• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/displays/
1menu "OMAP2/3 Display Device Drivers"
2        depends on OMAP2_DSS
3
4config PANEL_GENERIC
5        tristate "Generic Panel"
6        help
7	  Generic panel driver.
8	  Used for DVI output for Beagle and OMAP3 SDP.
9
10config 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
17config PANEL_SHARP_LQ043T1DG01
18        tristate "Sharp LQ043T1DG01 LCD Panel"
19        depends on OMAP2_DSS
20        help
21          LCD Panel used in TI's OMAP3517 EVM boards
22
23config PANEL_TAAL
24        tristate "Taal DSI Panel"
25        depends on OMAP2_DSS_DSI
26        help
27          Taal DSI command mode panel from TPO.
28
29config PANEL_TOPPOLY_TDO35S
30        tristate "Toppoly TDO35S LCD Panel support"
31        depends on OMAP2_DSS
32        help
33          LCD Panel used in CM-T35
34
35config PANEL_TPO_TD043MTEA1
36        tristate "TPO TD043MTEA1 LCD Panel"
37        depends on OMAP2_DSS && SPI
38        help
39          LCD Panel used in OMAP3 Pandora
40
41config PANEL_ACX565AKM
42	tristate "ACX565AKM Panel"
43	depends on OMAP2_DSS_SDI
44	select BACKLIGHT_CLASS_DEVICE
45	help
46	  This is the LCD panel used on Nokia N900
47endmenu
48