0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menu "I2C encoder or helper chips"
0003 depends on DRM && DRM_KMS_HELPER && I2C
0004
0005 config DRM_I2C_CH7006
0006 tristate "Chrontel ch7006 TV encoder"
0007 default m if DRM_NOUVEAU
0008 help
0009 Support for Chrontel ch7006 and similar TV encoders, found
0010 on some nVidia video cards.
0011
0012 This driver is currently only useful if you're also using
0013 the nouveau driver.
0014
0015 config DRM_I2C_SIL164
0016 tristate "Silicon Image sil164 TMDS transmitter"
0017 default m if DRM_NOUVEAU
0018 help
0019 Support for sil164 and similar single-link (or dual-link
0020 when used in pairs) TMDS transmitters, used in some nVidia
0021 video cards.
0022
0023 config DRM_I2C_NXP_TDA998X
0024 tristate "NXP Semiconductors TDA998X HDMI encoder"
0025 default m if DRM_TILCDC
0026 select CEC_CORE if CEC_NOTIFIER
0027 select SND_SOC_HDMI_CODEC if SND_SOC
0028 help
0029 Support for NXP Semiconductors TDA998X HDMI encoders.
0030
0031 config DRM_I2C_NXP_TDA9950
0032 tristate "NXP Semiconductors TDA9950/TDA998X HDMI CEC"
0033 select CEC_NOTIFIER
0034 select CEC_CORE
0035
0036 endmenu