diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-20 17:39:20 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-08-27 15:05:47 +0800 |
commit | 0ffbc2824282793a3ebf04d4804dea15d5b211c6 (patch) | |
tree | 38085ad6e02b635247965efd36747baeef5c21d4 /arch | |
parent | 549644b8c3c125355a361def1e42f8319ac6ad6c (diff) | |
download | linux-0ffbc2824282793a3ebf04d4804dea15d5b211c6.tar.gz linux-0ffbc2824282793a3ebf04d4804dea15d5b211c6.tar.bz2 linux-0ffbc2824282793a3ebf04d4804dea15d5b211c6.zip |
ARM: mxs_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G
imx23-evk and imx28-evk boards use a Seiko 43WVF1G panel.
Now that the DRM mxsfb driver is the one selected by default, let's
also select CONFIG_DRM_PANEL_SEIKO_43WVF1G so that these boards continue
to have a working display by default.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/mxs_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 148226e36152..7b8212857535 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -95,6 +95,7 @@ CONFIG_MFD_MXS_LRADC=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_DRM=y +CONFIG_DRM_PANEL_SEIKO_43WVF1G=y CONFIG_DRM_MXSFB=y CONFIG_FB_MODE_HELPERS=y CONFIG_BACKLIGHT_LCD_SUPPORT=y |