Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. config DISPLAY_CONNECTOR_ANALOG_TV
  22. tristate "Analog TV Connector"
  23. help
  24. Driver for a generic analog TV connector.
  25. config DISPLAY_PANEL_DPI
  26. tristate "Generic DPI panel"
  27. help
  28. Driver for generic DPI panels.
  29. config DISPLAY_PANEL_DSI_CM
  30. tristate "Generic DSI Command Mode Panel"
  31. help
  32. Driver for generic DSI command mode panels.
  33. config DISPLAY_PANEL_SONY_ACX565AKM
  34. tristate "ACX565AKM Panel"
  35. depends on SPI && BACKLIGHT_CLASS_DEVICE
  36. help
  37. This is the LCD panel used on Nokia N900
  38. endmenu