]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/qemu-mips/Kconfig
arm: socfpga: Sync Cyclone V DK PLL configuration
[people/ms/u-boot.git] / board / qemu-mips / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_QEMU_MIPS
2
dd84058d 3config SYS_BOARD
dd84058d
MY
4 default "qemu-mips"
5
6config SYS_CONFIG_NAME
aa45f75e
DS
7 default "qemu-mips" if 32BIT
8 default "qemu-mips64" if 64BIT
dd84058d
MY
9
10endif