summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-03-04 20:00:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-03-05 16:28:06 +0100
commitde32a6e176a704053558b80c502dcdfe04047616 (patch)
tree27714bc5d47fd3028782b3f35601760ce67bb9bb
parent0fe55b4c7fd473aecca3a7c7c4120231ef6c35f7 (diff)
downloadbarebox-de32a6e176a704053558b80c502dcdfe04047616.tar.gz
barebox-de32a6e176a704053558b80c502dcdfe04047616.tar.xz
video: mark EFI_GOP driver x86-only for now
The driver currently crashes when running barebox on ARM64 Virt under Tianocore. Until that's resolved, mark it x86-only. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20240304190038.3486881-81-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--drivers/video/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 571ce49ef6..9e176d3198 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -32,6 +32,7 @@ config DRIVER_VIDEO_ATMEL_HLCD
config DRIVER_VIDEO_EFI_GOP
bool "EFI Graphics Output Protocol (GOP)"
depends on EFI_PAYLOAD
+ depends on X86
config DRIVER_VIDEO_IMX
bool "i.MX framebuffer driver"