Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. select BACKLIGHT_CLASS_DEVICE
  12. help
  13. LCD Panel used in TI's SDP3430 and EVM boards
  14. config PANEL_SHARP_LQ043T1DG01
  15. tristate "Sharp LQ043T1DG01 LCD Panel"
  16. depends on OMAP2_DSS
  17. help
  18. LCD Panel used in TI's OMAP3517 EVM boards
  19. config PANEL_TAAL
  20. tristate "Taal DSI Panel"
  21. depends on OMAP2_DSS_DSI
  22. help
  23. Taal DSI command mode panel from TPO.
  24. config PANEL_TOPPOLY_TDO35S
  25. tristate "Toppoly TDO35S LCD Panel support"
  26. depends on OMAP2_DSS
  27. help
  28. LCD Panel used in CM-T35
  29. config PANEL_TPO_TD043MTEA1
  30. tristate "TPO TD043MTEA1 LCD Panel"
  31. depends on OMAP2_DSS && SPI
  32. help
  33. LCD Panel used in OMAP3 Pandora
  34. config PANEL_ACX565AKM
  35. tristate "ACX565AKM Panel"
  36. depends on OMAP2_DSS_SDI
  37. select BACKLIGHT_CLASS_DEVICE
  38. help
  39. This is the LCD panel used on Nokia N900
  40. endmenu