summaryrefslogtreecommitdiff
path: root/drivers/media/cec/Kconfig
diff options
context:
space:
mode:
authorJeff Chase <jnchase@google.com>2020-06-23 01:59:50 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-07-04 12:16:18 +0200
commit21b9a47e0ec7997c5a762c102cc316ea0c23243f (patch)
tree82425d31fce55c90c42751dee0161769cad339a3 /drivers/media/cec/Kconfig
parent98f803cfa76eb67d0e429ba76a39471f95d83675 (diff)
downloadlwn-21b9a47e0ec7997c5a762c102cc316ea0c23243f.tar.gz
lwn-21b9a47e0ec7997c5a762c102cc316ea0c23243f.zip
media: cec: i2c: ch7322: Add ch7322 CEC controller driver
Add a CEC device driver for the Chrontel ch7322 CEC conroller. This is an I2C device capable of sending and receiving CEC messages. Signed-off-by: Jeff Chase <jnchase@google.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/cec/Kconfig')
-rw-r--r--drivers/media/cec/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/cec/Kconfig b/drivers/media/cec/Kconfig
index 7e830444bdbb..9ba3a00dce31 100644
--- a/drivers/media/cec/Kconfig
+++ b/drivers/media/cec/Kconfig
@@ -33,6 +33,7 @@ menuconfig MEDIA_CEC_SUPPORT
adapter that supports HDMI CEC.
if MEDIA_CEC_SUPPORT
+source "drivers/media/cec/i2c/Kconfig"
source "drivers/media/cec/platform/Kconfig"
source "drivers/media/cec/usb/Kconfig"
endif