mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
13 lines
221 B
Text
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"
|
|
|