1menu "OMAP2/3 Display Device Drivers"
2        depends on OMAP2_DSS
3
4config PANEL_GENERIC_DPI
5        tristate "Generic DPI Panel"
6	depends on OMAP2_DSS_DPI
7        help
8	  Generic DPI panel driver.
9	  Supports DVI output for Beagle and OMAP3 SDP.
10	  Supports LCD Panel used in TI SDP3430 and EVM boards,
11	  OMAP3517 EVM boards and CM-T35.
12
13config PANEL_DVI
14	tristate "DVI output"
15	depends on OMAP2_DSS_DPI && I2C
16	help
17	  Driver for external monitors, connected via DVI. The driver uses i2c
18	  to read EDID information from the monitor.
19
20config PANEL_LGPHILIPS_LB035Q02
21	tristate "LG.Philips LB035Q02 LCD Panel"
22	depends on OMAP2_DSS_DPI && SPI
23	help
24	  LCD Panel used on the Gumstix Overo Palo35
25
26config PANEL_SHARP_LS037V7DW01
27        tristate "Sharp LS037V7DW01 LCD Panel"
28        depends on OMAP2_DSS_DPI
29        depends on BACKLIGHT_CLASS_DEVICE
30        help
31          LCD Panel used in TI's SDP3430 and EVM boards
32
33config PANEL_NEC_NL8048HL11_01B
34	tristate "NEC NL8048HL11-01B Panel"
35	depends on OMAP2_DSS_DPI
36	depends on SPI
37	depends on BACKLIGHT_CLASS_DEVICE
38	help
39		This NEC NL8048HL11-01B panel is TFT LCD
40		used in the Zoom2/3/3630 sdp boards.
41
42config PANEL_PICODLP
43	tristate "TI PICO DLP mini-projector"
44	depends on OMAP2_DSS_DPI && I2C
45	help
46		A mini-projector used in TI's SDP4430 and EVM boards
47		For more info please visit http://www.dlp.com/projector/
48
49config PANEL_TAAL
50        tristate "Taal DSI Panel"
51        depends on OMAP2_DSS_DSI
52        depends on BACKLIGHT_CLASS_DEVICE
53        help
54          Taal DSI command mode panel from TPO.
55
56config PANEL_TPO_TD043MTEA1
57        tristate "TPO TD043MTEA1 LCD Panel"
58        depends on OMAP2_DSS_DPI && SPI
59        help
60          LCD Panel used in OMAP3 Pandora
61
62config PANEL_ACX565AKM
63	tristate "ACX565AKM Panel"
64	depends on OMAP2_DSS_SDI && SPI
65	depends on BACKLIGHT_CLASS_DEVICE
66	help
67	  This is the LCD panel used on Nokia N900
68
69config PANEL_N8X0
70	tristate "N8X0 Panel"
71	depends on OMAP2_DSS_RFBI && SPI
72	depends on BACKLIGHT_CLASS_DEVICE
73	help
74	  This is the LCD panel used on Nokia N8x0
75endmenu
76