The X86EMU_RAW_IO mode can be used only on x86, so don't select this option
always, and allow correct compilation of BIOSEMU on other architectures too.

Signed-off-by: Yuri Zaporozhets <[email protected]>
---
 drivers/bios_emulator/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/bios_emulator/Kconfig b/drivers/bios_emulator/Kconfig
index 3660576772..8f73d077f6 100644
--- a/drivers/bios_emulator/Kconfig
+++ b/drivers/bios_emulator/Kconfig
@@ -1,10 +1,8 @@
 config BIOSEMU
        bool
-       select X86EMU_RAW_IO
 
 config SPL_BIOSEMU
        bool
-       select X86EMU_RAW_IO
 
 config X86EMU_RAW_IO
        bool
-- 
2.43.0

Reply via email to