]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/qemu-mips/Kconfig
gpio: use appropriate return values for cmd handler
[karo-tx-uboot.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