37 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "I2C encoder or helper chips"3 depends on DRM && DRM_KMS_HELPER && I2C4 5config DRM_I2C_CH70066 tristate "Chrontel ch7006 TV encoder"7 default m if DRM_NOUVEAU8 help9 Support for Chrontel ch7006 and similar TV encoders, found10 on some nVidia video cards.11 12 This driver is currently only useful if you're also using13 the nouveau driver.14 15config DRM_I2C_SIL16416 tristate "Silicon Image sil164 TMDS transmitter"17 default m if DRM_NOUVEAU18 help19 Support for sil164 and similar single-link (or dual-link20 when used in pairs) TMDS transmitters, used in some nVidia21 video cards.22 23config DRM_I2C_NXP_TDA998X24 tristate "NXP Semiconductors TDA998X HDMI encoder"25 default m if DRM_TILCDC26 select CEC_CORE if CEC_NOTIFIER27 select SND_SOC_HDMI_CODEC if SND_SOC28 help29 Support for NXP Semiconductors TDA998X HDMI encoders.30 31config DRM_I2C_NXP_TDA995032 tristate "NXP Semiconductors TDA9950/TDA998X HDMI CEC"33 select CEC_NOTIFIER34 select CEC_CORE35 36endmenu37