From: Lee Jones Date: Tue, 3 Sep 2019 19:26:24 +0000 (+0100) Subject: arm64: defconfig: Enable the EFI Framebuffer X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9b266318b958364f9dd5a0cb7c37a8aa23d15f6f;p=linux.git arm64: defconfig: Enable the EFI Framebuffer Tested on the Lenovo Yoga C630 where this patch enables the framebuffer (screen/monitor). Without it the device appears not to boot. Link: https://lore.kernel.org/r/20190903192625.14775-2-lee.jones@linaro.org Signed-off-by: Lee Jones Reviewed-by: Bjorn Andersson Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6d4e9dd8a2f69..8cdf13636683c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -551,6 +551,7 @@ CONFIG_DRM_LIMA=m CONFIG_DRM_PANFROST=m CONFIG_FB=y CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_EFI=y CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_PWM=m CONFIG_BACKLIGHT_LP855X=m