Kconfig 604 B

12345678910111213141516171819202122
  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. endmenu