16 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# I2C drivers4 5config CEC_CH73226 tristate "Chrontel CH7322 CEC controller"7 depends on I2C8 select REGMAP9 select REGMAP_I2C10 select CEC_CORE11 help12 This is a driver for the Chrontel CH7322 CEC controller. It uses the13 generic CEC framework interface.14 CEC bus is present in the HDMI connector and enables communication15 between compatible devices.16