Kconfig 1005 B

123456789101112131415161718192021222324252627282930313233343536
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "I2C encoder or helper chips"
  3. depends on DRM && DRM_KMS_HELPER && I2C
  4. config DRM_I2C_CH7006
  5. tristate "Chrontel ch7006 TV encoder"
  6. default m if DRM_NOUVEAU
  7. help
  8. Support for Chrontel ch7006 and similar TV encoders, found
  9. on some nVidia video cards.
  10. This driver is currently only useful if you're also using
  11. the nouveau driver.
  12. config DRM_I2C_SIL164
  13. tristate "Silicon Image sil164 TMDS transmitter"
  14. default m if DRM_NOUVEAU
  15. help
  16. Support for sil164 and similar single-link (or dual-link
  17. when used in pairs) TMDS transmitters, used in some nVidia
  18. video cards.
  19. config DRM_I2C_NXP_TDA998X
  20. tristate "NXP Semiconductors TDA998X HDMI encoder"
  21. default m if DRM_TILCDC
  22. select CEC_CORE if CEC_NOTIFIER
  23. select SND_SOC_HDMI_CODEC if SND_SOC
  24. help
  25. Support for NXP Semiconductors TDA998X HDMI encoders.
  26. config DRM_I2C_NXP_TDA9950
  27. tristate "NXP Semiconductors TDA9950/TDA998X HDMI CEC"
  28. select CEC_NOTIFIER
  29. select CEC_CORE
  30. endmenu