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.fat...@pengutronix.de> --- drivers/video/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 571ce49ef616..9e176d3198de 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" -- 2.39.2