121b9a47eSJeff Chase# SPDX-License-Identifier: GPL-2.0 221b9a47eSJeff Chase# 321b9a47eSJeff Chase# I2C drivers 421b9a47eSJeff Chase 521b9a47eSJeff Chaseconfig CEC_CH7322 621b9a47eSJeff Chase tristate "Chrontel CH7322 CEC controller" 721b9a47eSJeff Chase depends on I2C 821b9a47eSJeff Chase select REGMAP_I2C 921b9a47eSJeff Chase select CEC_CORE 1021b9a47eSJeff Chase help 1121b9a47eSJeff Chase This is a driver for the Chrontel CH7322 CEC controller. It uses the 1221b9a47eSJeff Chase generic CEC framework interface. 1321b9a47eSJeff Chase CEC bus is present in the HDMI connector and enables communication 1421b9a47eSJeff Chase between compatible devices. 15