coreboot/mainboard/emulation/Kconfig
Stefan Reinauer 6b86ee6c96 some dependencies fixes.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@132 f3766cd6-281f-0410-b1cd-43a5c92072e9
2007-02-26 13:59:35 +00:00

21 lines
344 B
Text

choice
prompt "Board model"
depends on VENDOR_EMULATION
config BOARD_EMULATION_QEMU_X86
bool "x86 QEMU"
select ARCH_X86
select CAR_TYPE_I586
help
x86 QEMU variant.
config BOARD_EMULATION_QEMU_POWERPC
bool "PowerPC QEMU"
select ARCH_POWERPC
help
PowerPC QEMU variant.
endchoice
source "mainboard/emulation/qemu-i386/Kconfig"