mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 03:22:27 -04:00
Move the driver for NXP TDA9950 / CEC part of TDA998x together to drivers/media/i2c, close to other CEC drivers. Specify 'default DRM_I2C_NXP_TDA998X' in order to simplify migration from old config files as the Kconfig name has been changed to follow media/cec style. Acked-by: Hans Verkuil <hverkuil@xs4all.nl> Link: https://patchwork.freedesktop.org/patch/msgid/20250113-drm-move-tda998x-v3-2-214e0682a5e4@linaro.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
25 lines
690 B
Plaintext
25 lines
690 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# I2C drivers
|
|
|
|
config CEC_CH7322
|
|
tristate "Chrontel CH7322 CEC controller"
|
|
depends on I2C
|
|
select REGMAP
|
|
select REGMAP_I2C
|
|
select CEC_CORE
|
|
help
|
|
This is a driver for the Chrontel CH7322 CEC controller. It uses the
|
|
generic CEC framework interface.
|
|
CEC bus is present in the HDMI connector and enables communication
|
|
between compatible devices.
|
|
|
|
config CEC_NXP_TDA9950
|
|
tristate "NXP Semiconductors TDA9950/TDA998X HDMI CEC"
|
|
select CEC_NOTIFIER
|
|
select CEC_CORE
|
|
default DRM_I2C_NXP_TDA998X
|
|
help
|
|
This is a driver for the NXP TDA9950 CEC controller and for the CEC
|
|
controller block integrated into several NXP TDA998x HDMI encoders.
|