diff options
author | Lee Jones <lee.jones@linaro.org> | 2019-09-03 20:26:24 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-09-04 17:15:22 +0200 |
commit | 9b266318b958364f9dd5a0cb7c37a8aa23d15f6f (patch) | |
tree | b5400a391004e2aa3f1e615bfc859a333de9aa2d /arch/arm64/configs | |
parent | 878f2e48045718da13cfe426d8ab5986e56f00be (diff) | |
download | talos-op-linux-9b266318b958364f9dd5a0cb7c37a8aa23d15f6f.tar.gz talos-op-linux-9b266318b958364f9dd5a0cb7c37a8aa23d15f6f.zip |
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 <lee.jones@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-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 |