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
19 lines
295 B
Text
19 lines
295 B
Text
choice
|
|
prompt "Board model"
|
|
depends on VENDOR_EMULATION
|
|
|
|
config BOARD_EMULATION_QEMU_X86
|
|
bool "x86 QEMU"
|
|
select ARCH_X86
|
|
help
|
|
x86 QEMU variant.
|
|
|
|
config EMULATION_QEMU_POWERPC
|
|
bool "PowerPC QEMU"
|
|
help
|
|
PowerPC QEMU variant.
|
|
|
|
endchoice
|
|
|
|
source "mainboard/emulation/qemu-i386/Kconfig"
|
|
|