summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-16 06:38:38 +0300
committerBin Meng <bmeng@tinylab.org>2023-07-17 12:08:44 +0300
commit603363927a0da1be12ff7e7b073202861c979693 (patch)
treedfe4c2effcd3228d70f6f4df2dd20adc80606714 /board
parentef836b9932865c4c244c7532830840560c29c172 (diff)
downloadu-boot-603363927a0da1be12ff7e7b073202861c979693.tar.xz
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/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/google/Kconfig b/board/google/Kconfig
index a0f1a60976..e4f9b5b68a 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