diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-01-07 21:35:54 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-01-20 14:14:19 +0800 |
commit | 1bf423fb37e5bcdc4121d9a695b73252a4a1f4d3 (patch) | |
tree | c4ec8f86a9620caa28fa3585a3aff89c90b1665e | |
parent | 8decfb05400d937265e1632d22967bbabc73feeb (diff) | |
download | linux-stable-1bf423fb37e5bcdc4121d9a695b73252a4a1f4d3.tar.gz linux-stable-1bf423fb37e5bcdc4121d9a695b73252a4a1f4d3.tar.bz2 linux-stable-1bf423fb37e5bcdc4121d9a695b73252a4a1f4d3.zip |
ARM: imx_v6_v7_defconfig: Select CONFIG_FB_MXS
CONFIG_FB_MXS is the LCD driver for mx6solo-lite and mx6solox.
Enable it by default.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 9575af804939..1f369772c642 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -203,6 +203,7 @@ CONFIG_DRM_PANEL_SIMPLE=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_L4F00242T03=y CONFIG_LCD_PLATFORM=y +CONFIG_FB_MXS=y CONFIG_BACKLIGHT_PWM=y CONFIG_BACKLIGHT_GPIO=y CONFIG_FRAMEBUFFER_CONSOLE=y |