Kconfig 395 B

12345678910111213141516
  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. endmenu