diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2017-11-27 06:44:58 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-12-21 14:28:31 -0500 |
commit | b756f49a339aeca053ab71dd089a1868c3932f81 (patch) | |
tree | c91b299655bb76bfd3e7c6c662708528890d57d0 | |
parent | cd1b22636959e10ef607bd73f697234e319076d9 (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_defconfig | 1 |
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 | |||
138 | CONFIG_MEDIA_SUPPORT=y | 138 | CONFIG_MEDIA_SUPPORT=y |
139 | CONFIG_DRM=y | 139 | CONFIG_DRM=y |
140 | CONFIG_FB=y | 140 | CONFIG_FB=y |
141 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
141 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 142 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
142 | # CONFIG_LCD_CLASS_DEVICE is not set | 143 | # CONFIG_LCD_CLASS_DEVICE is not set |
143 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | 144 | CONFIG_BACKLIGHT_CLASS_DEVICE=y |