diff options
author | Tony Lindgren | 2018-03-01 13:02:10 -0800 |
---|---|---|
committer | Tony Lindgren | 2018-03-06 11:25:37 -0800 |
commit | 66fad0d0df562136fcc456accc54906a0e3a2de3 (patch) | |
tree | 562aad6907d9c47a94be21eb47b61d36d5d280a5 /arch/arm/configs | |
parent | d33ae255254ce35dd7ed1f4d3cdfb7abdb1d8dd4 (diff) |
ARM: omap2plus_defconfig: Enable CEC
We have CEC support available and working so let's enable it.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index de681c386618..f9848e2c2d72 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -327,10 +327,12 @@ CONFIG_IR_GPIO_TX=m CONFIG_IR_PWM_TX=m CONFIG_MEDIA_SUPPORT=m CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_CEC_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_V4L2_SUBDEV_API=y CONFIG_V4L_PLATFORM_DRIVERS=y CONFIG_VIDEO_OMAP3=m +CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set CONFIG_VIDEO_TVP5150=m CONFIG_FB=y |