]> git.sur5r.net Git - u-boot/blob - board/qemu-mips/Kconfig
MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS
[u-boot] / board / qemu-mips / Kconfig
1 if TARGET_QEMU_MIPS
2
3 config SYS_BOARD
4         default "qemu-mips"
5
6 config SYS_CONFIG_NAME
7         default "qemu-mips"
8
9 endif
10
11 if TARGET_QEMU_MIPS64
12
13 config SYS_CPU
14         default "mips64"
15
16 config SYS_BOARD
17         default "qemu-mips"
18
19 config SYS_CONFIG_NAME
20         default "qemu-mips64"
21
22 endif