From: Chali Anis <[email protected]> efi GOP work also in arm64, the efi has drivers that implements LCDs and expose them as GOP protocol. Tested on QEMU ramfb and RPi3b 64 bit.
Signed-off-by: Chali Anis <[email protected]> --- drivers/video/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 9a0e54bddbaf..b2eccd5db7fe 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -32,7 +32,6 @@ 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.34.1
