aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2020-09-22 23:40:27 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2020-09-22 23:43:14 +0300
commit31c66fe9e42b8001114f1e5c11b2fa6f5973b1b7 (patch)
treebf21ba521ed076e6f9fc47dac6f81edaee26659c
parentdfaffecf213b6d781f12afc213e010317da2b7ca (diff)
arm64: defconfig: enable FRAMEBUFFER_CONSOLE explicitly
If an external config snippet would define EXPERT, FRAMEBUFFER_CONSOLE can fail to be selected automatically. Enable it explicitly. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 56e07b514429..124add6afe1e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -660,6 +660,7 @@ CONFIG_FB_EFI=y
CONFIG_BACKLIGHT_GENERIC=m
CONFIG_BACKLIGHT_PWM=m
CONFIG_BACKLIGHT_LP855X=m
+CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set