aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2017-11-27 06:44:58 -0500
committerAndy Gross <andy.gross@linaro.org>2017-12-21 14:28:31 -0500
commitb756f49a339aeca053ab71dd089a1868c3932f81 (patch)
treec91b299655bb76bfd3e7c6c662708528890d57d0
parentcd1b22636959e10ef607bd73f697234e319076d9 (diff)
ARM: qcom_defconfig: Enable Frambuffer console support
This patch adds framebuffer console support to qcom defconfig. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r--arch/arm/configs/qcom_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 237aa79339f6..dd2a089f939f 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -138,6 +138,7 @@ CONFIG_REGULATOR_QCOM_SPMI=y
138CONFIG_MEDIA_SUPPORT=y 138CONFIG_MEDIA_SUPPORT=y
139CONFIG_DRM=y 139CONFIG_DRM=y
140CONFIG_FB=y 140CONFIG_FB=y
141CONFIG_FRAMEBUFFER_CONSOLE=y
141CONFIG_BACKLIGHT_LCD_SUPPORT=y 142CONFIG_BACKLIGHT_LCD_SUPPORT=y
142# CONFIG_LCD_CLASS_DEVICE is not set 143# CONFIG_LCD_CLASS_DEVICE is not set
143CONFIG_BACKLIGHT_CLASS_DEVICE=y 144CONFIG_BACKLIGHT_CLASS_DEVICE=y