Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_SHARP_LS037V7DW01
  11. tristate "Sharp LS037V7DW01 LCD Panel"
  12. depends on OMAP2_DSS
  13. select BACKLIGHT_CLASS_DEVICE
  14. help
  15. LCD Panel used in TI's SDP3430 and EVM boards
  16. config PANEL_NEC_NL8048HL11_01B
  17. tristate "NEC NL8048HL11-01B Panel"
  18. depends on OMAP2_DSS
  19. help
  20. This NEC NL8048HL11-01B panel is TFT LCD
  21. used in the Zoom2/3/3630 sdp boards.
  22. config PANEL_TAAL
  23. tristate "Taal DSI Panel"
  24. depends on OMAP2_DSS_DSI
  25. help
  26. Taal DSI command mode panel from TPO.
  27. config PANEL_TPO_TD043MTEA1
  28. tristate "TPO TD043MTEA1 LCD Panel"
  29. depends on OMAP2_DSS && SPI
  30. help
  31. LCD Panel used in OMAP3 Pandora
  32. config PANEL_ACX565AKM
  33. tristate "ACX565AKM Panel"
  34. depends on OMAP2_DSS_SDI && SPI
  35. select BACKLIGHT_CLASS_DEVICE
  36. help
  37. This is the LCD panel used on Nokia N900
  38. endmenu