Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@51 f3766cd6-281f-0410-b1cd-43a5c92072e9
25 lines
439 B
Text
25 lines
439 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.
|
|
|
|
config FROOBATZ
|
|
bool "Froobatz Technologies"
|
|
help
|
|
Select this option for boards manufactured by Froobatz technologies.
|
|
|
|
config CRAY
|
|
bool "Cray"
|
|
help
|
|
Select this option if you have too much money and time.
|
|
|
|
endchoice
|
|
|
|
|
|
source "mainboard/emulation/Kconfig"
|
|
|
|
|