]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/qemu-mips/Kconfig
karo: fdt: fix panel-dpi support
[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