]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/qemu-mips/Kconfig
Merge branch 'uboot'
[people/ms/u-boot.git] / board / qemu-mips / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_QEMU_MIPS
2
3config SYS_CPU
dd84058d
MY
4 default "mips32"
5
6config SYS_BOARD
dd84058d
MY
7 default "qemu-mips"
8
9config SYS_CONFIG_NAME
dd84058d
MY
10 default "qemu-mips"
11
12endif
13
14if TARGET_QEMU_MIPS64
15
16config SYS_CPU
dd84058d
MY
17 default "mips64"
18
19config SYS_BOARD
dd84058d
MY
20 default "qemu-mips"
21
22config SYS_CONFIG_NAME
dd84058d
MY
23 default "qemu-mips64"
24
25endif