Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. menu "OMAP2/3 Display Device Drivers"
  2. depends on OMAP2_DSS
  3. config PANEL_GENERIC_DPI
  4. tristate "Generic DPI Panel"
  5. depends on OMAP2_DSS_DPI
  6. help
  7. Generic DPI panel driver.
  8. Supports DVI output for Beagle and OMAP3 SDP.
  9. Supports LCD Panel used in TI SDP3430 and EVM boards,
  10. OMAP3517 EVM boards and CM-T35.
  11. config PANEL_LGPHILIPS_LB035Q02
  12. tristate "LG.Philips LB035Q02 LCD Panel"
  13. depends on OMAP2_DSS_DPI && SPI
  14. help
  15. LCD Panel used on the Gumstix Overo Palo35
  16. config PANEL_SHARP_LS037V7DW01
  17. tristate "Sharp LS037V7DW01 LCD Panel"
  18. depends on OMAP2_DSS_DPI
  19. select BACKLIGHT_CLASS_DEVICE
  20. help
  21. LCD Panel used in TI's SDP3430 and EVM boards
  22. config PANEL_NEC_NL8048HL11_01B
  23. tristate "NEC NL8048HL11-01B Panel"
  24. depends on OMAP2_DSS_DPI
  25. help
  26. This NEC NL8048HL11-01B panel is TFT LCD
  27. used in the Zoom2/3/3630 sdp boards.
  28. config PANEL_TAAL
  29. tristate "Taal DSI Panel"
  30. depends on OMAP2_DSS_DSI
  31. help
  32. Taal DSI command mode panel from TPO.
  33. config PANEL_TPO_TD043MTEA1
  34. tristate "TPO TD043MTEA1 LCD Panel"
  35. depends on OMAP2_DSS_DPI && SPI
  36. help
  37. LCD Panel used in OMAP3 Pandora
  38. config PANEL_ACX565AKM
  39. tristate "ACX565AKM Panel"
  40. depends on OMAP2_DSS_SDI && SPI
  41. select BACKLIGHT_CLASS_DEVICE
  42. help
  43. This is the LCD panel used on Nokia N900
  44. endmenu