Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. menu "OMAP2/3 Display Device Drivers"
  2. depends on OMAP2_DSS
  3. config PANEL_GENERIC
  4. tristate "Generic Panel"
  5. help
  6. Generic panel driver.
  7. Used for DVI output for Beagle and OMAP3 SDP.
  8. config PANEL_SHARP_LS037V7DW01
  9. tristate "Sharp LS037V7DW01 LCD Panel"
  10. depends on OMAP2_DSS
  11. help
  12. LCD Panel used in TI's SDP3430 and EVM boards
  13. config PANEL_SHARP_LQ043T1DG01
  14. tristate "Sharp LQ043T1DG01 LCD Panel"
  15. depends on OMAP2_DSS
  16. help
  17. LCD Panel used in TI's OMAP3517 EVM boards
  18. config PANEL_TAAL
  19. tristate "Taal DSI Panel"
  20. depends on OMAP2_DSS_DSI
  21. help
  22. Taal DSI command mode panel from TPO.
  23. config PANEL_TOPPOLY_TDO35S
  24. tristate "Toppoly TDO35S LCD Panel support"
  25. depends on OMAP2_DSS
  26. help
  27. LCD Panel used in CM-T35
  28. config PANEL_TPO_TD043MTEA1
  29. tristate "TPO TD043MTEA1 LCD Panel"
  30. depends on OMAP2_DSS && I2C
  31. help
  32. LCD Panel used in OMAP3 Pandora
  33. endmenu