xref: /linux/drivers/media/cec/i2c/Kconfig (revision c284d3e423382be3591d5b1e402e330e6c3f726c)
1# SPDX-License-Identifier: GPL-2.0
2#
3# I2C drivers
4
5config CEC_CH7322
6	tristate "Chrontel CH7322 CEC controller"
7	depends on I2C
8	select REGMAP
9	select REGMAP_I2C
10	select CEC_CORE
11	help
12	  This is a driver for the Chrontel CH7322 CEC controller. It uses the
13	  generic CEC framework interface.
14	  CEC bus is present in the HDMI connector and enables communication
15	  between compatible devices.
16
17config CEC_NXP_TDA9950
18	tristate "NXP Semiconductors TDA9950/TDA998X HDMI CEC"
19	select CEC_NOTIFIER
20	select CEC_CORE
21	default DRM_I2C_NXP_TDA998X
22	help
23	  This is a driver for the NXP TDA9950 CEC controller and for the CEC
24	  controller block integrated into several NXP TDA998x HDMI encoders.
25