]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/qemu-mips/Kconfig
Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh
[people/ms/u-boot.git] / 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" if 32BIT
8 default "qemu-mips64" if 64BIT
9
10 endif