xref: /kernel/linux/linux-6.6/drivers/gpu/drm/i2c/Kconfig (revision 62306a36)
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_cimenu "I2C encoder or helper chips"
362306a36Sopenharmony_ci     depends on DRM && DRM_KMS_HELPER && I2C
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciconfig DRM_I2C_CH7006
662306a36Sopenharmony_ci	tristate "Chrontel ch7006 TV encoder"
762306a36Sopenharmony_ci	default m if DRM_NOUVEAU
862306a36Sopenharmony_ci	help
962306a36Sopenharmony_ci	  Support for Chrontel ch7006 and similar TV encoders, found
1062306a36Sopenharmony_ci	  on some nVidia video cards.
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci	  This driver is currently only useful if you're also using
1362306a36Sopenharmony_ci	  the nouveau driver.
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciconfig DRM_I2C_SIL164
1662306a36Sopenharmony_ci	tristate "Silicon Image sil164 TMDS transmitter"
1762306a36Sopenharmony_ci	default m if DRM_NOUVEAU
1862306a36Sopenharmony_ci	help
1962306a36Sopenharmony_ci	  Support for sil164 and similar single-link (or dual-link
2062306a36Sopenharmony_ci	  when used in pairs) TMDS transmitters, used in some nVidia
2162306a36Sopenharmony_ci	  video cards.
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciconfig DRM_I2C_NXP_TDA998X
2462306a36Sopenharmony_ci	tristate "NXP Semiconductors TDA998X HDMI encoder"
2562306a36Sopenharmony_ci	default m if DRM_TILCDC
2662306a36Sopenharmony_ci	select CEC_CORE if CEC_NOTIFIER
2762306a36Sopenharmony_ci	select SND_SOC_HDMI_CODEC if SND_SOC
2862306a36Sopenharmony_ci	help
2962306a36Sopenharmony_ci	  Support for NXP Semiconductors TDA998X HDMI encoders.
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ciconfig DRM_I2C_NXP_TDA9950
3262306a36Sopenharmony_ci	tristate "NXP Semiconductors TDA9950/TDA998X HDMI CEC"
3362306a36Sopenharmony_ci	select CEC_NOTIFIER
3462306a36Sopenharmony_ci	select CEC_CORE
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ciendmenu
37