Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[platform/kernel/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