switch-coreboot/mainboard/Kconfig
Uwe Hermann aecc25a2e1 Remove unused dummy options, some cosmetic fixes (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@64 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-01-30 11:26:16 +00:00

13 lines
221 B
Text

choice
prompt "Board vendor"
default EMULATION
config VENDOR_EMULATION
bool "Emulated systems"
help
Select this option for various system emulators, such as QEMU.
endchoice
source "mainboard/emulation/Kconfig"