xref: /openbmc/u-boot/board/qemu-mips/Kconfig (revision a65b25d1)
1if TARGET_QEMU_MIPS
2
3config SYS_BOARD
4	default "qemu-mips"
5
6config SYS_CONFIG_NAME
7	default "qemu-mips" if 32BIT
8	default "qemu-mips64" if 64BIT
9
10endif
11