Kconfig 1.3 KB

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