]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-qemu/Kconfig
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
[u-boot] / arch / arm / mach-qemu / Kconfig
1 if ARCH_QEMU
2
3 config SYS_VENDOR
4         default "emulation"
5
6 config SYS_BOARD
7         default "qemu-arm"
8
9 config SYS_CONFIG_NAME
10         default "qemu-arm"
11
12 endif