Kconfig 619 B

1234567891011121314151617181920212223242526
  1. menu "OMAP Display Device Drivers"
  2. depends on OMAP2_DSS
  3. config DISPLAY_ENCODER_TFP410
  4. tristate "TFP410 DPI to DVI Encoder"
  5. help
  6. Driver for TFP410 DPI to DVI encoder.
  7. config DISPLAY_ENCODER_TPD12S015
  8. tristate "TPD12S015 HDMI ESD protection and level shifter"
  9. help
  10. Driver for TPD12S015, which offers HDMI ESD protection and level
  11. shifting.
  12. config DISPLAY_CONNECTOR_DVI
  13. tristate "DVI Connector"
  14. depends on I2C
  15. help
  16. Driver for a generic DVI connector.
  17. config DISPLAY_CONNECTOR_HDMI
  18. tristate "HDMI Connector"
  19. help
  20. Driver for a generic HDMI connector.
  21. endmenu