drm/bridge: dw-hdmi: add cec driver
[platform/kernel/linux-rpi.git] / drivers / gpu / drm / bridge / synopsys / Kconfig
index 7281681..3cc53b4 100644 (file)
@@ -24,6 +24,15 @@ config DRM_DW_HDMI_I2S_AUDIO
          Support the I2S Audio interface which is part of the Synopsys
          Designware HDMI block.
 
+config DRM_DW_HDMI_CEC
+       tristate "Synopsis Designware CEC interface"
+       depends on DRM_DW_HDMI
+       select CEC_CORE
+       select CEC_NOTIFIER
+       help
+         Support the CE interface which is part of the Synopsys
+         Designware HDMI block.
+
 config DRM_DW_MIPI_DSI
        tristate
        select DRM_KMS_HELPER