Kconfig 810 B

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