diff options
| author | Bin Meng <[email protected]> | 2023-07-23 12:40:28 +0800 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2023-08-01 13:32:25 +0200 |
| commit | e1b46977deddb56d49656546fe36ec107a2b86f3 (patch) | |
| tree | 0ef11421b8d834f80a5e536bd89fcfdc36dbd455 /drivers | |
| parent | ffe1c8379e824007a7341381e20e9346c7a5c1ec (diff) | |
video: bochs: Remove the x86 dependency
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]> # qemu-x86_64
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index b41dc60cec5..3cdaa5ff270 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 |
