diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-20 17:39:21 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-08-27 15:05:48 +0800 |
commit | b9543a2e39dc909e6b7ec901b6c7208d01d5c0dd (patch) | |
tree | 6bdec9b8050d15263f0bb25e8f4a8639251ca0e5 /arch | |
parent | 0ffbc2824282793a3ebf04d4804dea15d5b211c6 (diff) | |
download | linux-b9543a2e39dc909e6b7ec901b6c7208d01d5c0dd.tar.bz2 |
ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1G
imx6sl-evk, imx6sll-evk and imx6sx-sdb 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/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 e2c127608bcc..7eca43ff69bb 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -257,6 +257,7 @@ CONFIG_IMX_IPUV3_CORE=y CONFIG_DRM=y CONFIG_DRM_PANEL_LVDS=y CONFIG_DRM_PANEL_SIMPLE=y +CONFIG_DRM_PANEL_SEIKO_43WVF1G=y CONFIG_DRM_DW_HDMI_AHB_AUDIO=m CONFIG_DRM_DW_HDMI_CEC=y CONFIG_DRM_IMX=y |