diff options
author | Simon Glass | 2023-07-15 21:38:38 -0600 |
---|---|---|
committer | Bin Meng | 2023-07-17 17:08:44 +0800 |
commit | 603363927a0da1be12ff7e7b073202861c979693 (patch) | |
tree | dfe4c2effcd3228d70f6f4df2dd20adc80606714 /board | |
parent | ef836b9932865c4c244c7532830840560c29c172 (diff) |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/google/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/google/Kconfig b/board/google/Kconfig index a0f1a609764..e4f9b5b68aa 100644 --- a/board/google/Kconfig +++ b/board/google/Kconfig @@ -4,13 +4,6 @@ if VENDOR_GOOGLE -config BIOSEMU - bool - select X86EMU_RAW_IO - -config X86EMU_RAW_IO - bool - choice prompt "Mainboard model" optional |