xref: /openbmc/u-boot/arch/arm/mach-qemu/Kconfig (revision aaa4ba93)
1if ARCH_QEMU
2
3config SYS_VENDOR
4	default "emulation"
5
6config SYS_BOARD
7	default "qemu-arm"
8
9config SYS_CONFIG_NAME
10	default "qemu-arm"
11
12endif
13