summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-10-05 12:47:50 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2018-04-24 10:44:32 +0100
commit7e8675f000bc7e20f4efb72cf624f4109301002b (patch)
tree37aa85f14297ed296907bcf9a00ed41ad582bc2c /drivers/gpu/drm/i2c/Kconfig
parentf0316f93897c4c4e67278b175bfbfd3a95ba650a (diff)
drm/i2c: tda998x: add CEC support
The TDA998x is a HDMI transmitter with a TDA9950 CEC engine integrated onto the same die. Add support for the TDA9950 CEC engine to the TDA998x driver. Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/i2c/Kconfig')
-rw-r--r--drivers/gpu/drm/i2c/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i2c/Kconfig b/drivers/gpu/drm/i2c/Kconfig
index 3a232f5ff0a1..65d3acb61c03 100644
--- a/drivers/gpu/drm/i2c/Kconfig
+++ b/drivers/gpu/drm/i2c/Kconfig
@@ -22,6 +22,7 @@ config DRM_I2C_SIL164
config DRM_I2C_NXP_TDA998X
tristate "NXP Semiconductors TDA998X HDMI encoder"
default m if DRM_TILCDC
+ select CEC_CORE if CEC_NOTIFIER
select SND_SOC_HDMI_CODEC if SND_SOC
help
Support for NXP Semiconductors TDA998X HDMI encoders.