Kconfig 542 B

12345678910111213141516171819202122
  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_TAAL
  14. tristate "Taal DSI Panel"
  15. depends on OMAP2_DSS_DSI
  16. help
  17. Taal DSI command mode panel from TPO.
  18. endmenu