blob: 16e3eab444c40bf65a351fea69cea68ce9060fde [file] [log] [blame]
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +02001menu "OMAP2/3 Display Device Drivers"
2 depends on OMAP2_DSS
3
Bryan Wua9a62b62010-11-17 13:34:33 +00004config PANEL_GENERIC_DPI
5 tristate "Generic DPI Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +03006 depends on OMAP2_DSS_DPI
Bryan Wua9a62b62010-11-17 13:34:33 +00007 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
Tomi Valkeinenba2eac92011-09-01 09:17:41 +030013config PANEL_DVI
14 tristate "DVI output"
15 depends on OMAP2_DSS_DPI
16 help
17 Driver for external monitors, connected via DVI. The driver uses i2c
18 to read EDID information from the monitor.
19
Steve Sakoman7654b4d2011-03-05 07:58:38 -060020config PANEL_LGPHILIPS_LB035Q02
21 tristate "LG.Philips LB035Q02 LCD Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030022 depends on OMAP2_DSS_DPI && SPI
Steve Sakoman7654b4d2011-03-05 07:58:38 -060023 help
24 LCD Panel used on the Gumstix Overo Palo35
25
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020026config PANEL_SHARP_LS037V7DW01
27 tristate "Sharp LS037V7DW01 LCD Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030028 depends on OMAP2_DSS_DPI
Vaibhav Hiremath2b88c5b2010-04-15 16:00:00 +020029 select BACKLIGHT_CLASS_DEVICE
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020030 help
31 LCD Panel used in TI's SDP3430 and EVM boards
32
Erik Gilling2d2afa42010-10-26 05:12:36 +020033config PANEL_NEC_NL8048HL11_01B
34 tristate "NEC NL8048HL11-01B Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030035 depends on OMAP2_DSS_DPI
Erik Gilling2d2afa42010-10-26 05:12:36 +020036 help
37 This NEC NL8048HL11-01B panel is TFT LCD
38 used in the Zoom2/3/3630 sdp boards.
39
Mayuresh Janorkar24305db82011-05-17 17:49:40 +053040config PANEL_PICODLP
41 tristate "TI PICO DLP mini-projector"
42 depends on OMAP2_DSS && I2C
43 help
44 A mini-projector used in TI's SDP4430 and EVM boards
45 For more info please visit http://www.dlp.com/projector/
46
Tomi Valkeinenf133a9d2009-10-28 11:31:05 +020047config PANEL_TAAL
48 tristate "Taal DSI Panel"
49 depends on OMAP2_DSS_DSI
50 help
51 Taal DSI command mode panel from TPO.
52
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020053config PANEL_TPO_TD043MTEA1
54 tristate "TPO TD043MTEA1 LCD Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030055 depends on OMAP2_DSS_DPI && SPI
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020056 help
57 LCD Panel used in OMAP3 Pandora
58
Roger Quadros01883522010-03-10 17:32:44 +020059config PANEL_ACX565AKM
60 tristate "ACX565AKM Panel"
Jarkko Nikuladd9c8bf2010-08-11 14:23:02 +020061 depends on OMAP2_DSS_SDI && SPI
Roger Quadros01883522010-03-10 17:32:44 +020062 select BACKLIGHT_CLASS_DEVICE
63 help
64 This is the LCD panel used on Nokia N900
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020065endmenu