Hi, On 8/31/25 5:55 AM, [email protected] wrote: > 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]>
Acked-by: Ahmad Fatoum <[email protected]> Nice, didn't expect the resolution patch to be so small.. Thanks, Ahmad > --- > 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" -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
