diff options
author | Lee Jones <[email protected]> | 2019-09-03 20:26:24 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2019-09-04 17:15:22 +0200 |
commit | 9b266318b958364f9dd5a0cb7c37a8aa23d15f6f (patch) | |
tree | b5400a391004e2aa3f1e615bfc859a333de9aa2d | |
parent | 878f2e48045718da13cfe426d8ab5986e56f00be (diff) |
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/[email protected]
Signed-off-by: Lee Jones <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6d4e9dd8a2f6..8cdf13636683 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 |