Kconfig 919 B

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