bios_emulator: Add Kconfig and adjust Makefile for SPL
The Kconfig for this is currently inside a particular board. Move it into the correct place and allow use in SPL, so that video can be used there if needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -4,13 +4,6 @@
|
||||
|
||||
if VENDOR_GOOGLE
|
||||
|
||||
config BIOSEMU
|
||||
bool
|
||||
select X86EMU_RAW_IO
|
||||
|
||||
config X86EMU_RAW_IO
|
||||
bool
|
||||
|
||||
choice
|
||||
prompt "Mainboard model"
|
||||
optional
|
||||
|
Reference in New Issue
Block a user