diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-09-20 09:56:10 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-12 23:27:31 -0400 |
commit | a8ca183dc8c4e98980007ed8b8ccc7992cbad4ea (patch) | |
tree | 441ba283747879a252f86c5c33e9ceb3612a9225 | |
parent | 3f8dc9478738e2ae8cbf3ccd11914df2cd286321 (diff) |
ARM: imx_v6_v7_defconfig: Select the CEC driver
Select CONFIG_DRM_DW_HDMI_CEC option, so that the CEC driver can be
loaded by default.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.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 addac53e9c54..0d4494922561 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig | |||
@@ -250,6 +250,7 @@ CONFIG_IMX_IPUV3_CORE=y | |||
250 | CONFIG_DRM=y | 250 | CONFIG_DRM=y |
251 | CONFIG_DRM_PANEL_SIMPLE=y | 251 | CONFIG_DRM_PANEL_SIMPLE=y |
252 | CONFIG_DRM_DW_HDMI_AHB_AUDIO=m | 252 | CONFIG_DRM_DW_HDMI_AHB_AUDIO=m |
253 | CONFIG_DRM_DW_HDMI_CEC=y | ||
253 | CONFIG_DRM_IMX=y | 254 | CONFIG_DRM_IMX=y |
254 | CONFIG_DRM_IMX_PARALLEL_DISPLAY=y | 255 | CONFIG_DRM_IMX_PARALLEL_DISPLAY=y |
255 | CONFIG_DRM_IMX_TVE=y | 256 | CONFIG_DRM_IMX_TVE=y |