[PATCH 05/18] video: bochs: Remove the x86 dependency
Bin Meng
bmeng at tinylab.org
Sun Jul 23 06:40:28 CEST 2023
Now that the driver is legacy free, remove the x86 dependency so
that it can be used on non-x86 architectures.
Signed-off-by: Bin Meng <bmeng at tinylab.org>
---
drivers/video/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index b41dc60cec..3cdaa5ff27 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -280,7 +280,6 @@ config VIDCONSOLE_AS_NAME
config VIDEO_BOCHS
bool "Enable Bochs video emulation for QEMU"
- depends on X86
help
Enable this to use the Bochs video support provided in the QEMU
emulator. This appears as a PCI device which U-Boot can set up to
--
2.34.1
More information about the U-Boot
mailing list