blob: c3853c92279b70ba1058724363113686a80b9c0d [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 Valkeinen2e6f2ee2012-03-05 14:29:28 +020013config PANEL_TFP410
14 tristate "TFP410 DPI-to-DVI chip"
Tomi Valkeinenc9043ff2012-02-29 10:48:21 +020015 depends on OMAP2_DSS_DPI && I2C
Tomi Valkeinenba2eac92011-09-01 09:17:41 +030016 help
Tomi Valkeinen2e6f2ee2012-03-05 14:29:28 +020017 Driver for TFP410 DPI-to-DVI chip. The driver uses i2c to read EDID
18 information from the monitor.
Tomi Valkeinenba2eac92011-09-01 09:17:41 +030019
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
Arnd Bergmann28748782011-10-02 16:45:33 +020029 depends on 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
Arnd Bergmann28748782011-10-02 16:45:33 +020036 depends on SPI
37 depends on BACKLIGHT_CLASS_DEVICE
Erik Gilling2d2afa42010-10-26 05:12:36 +020038 help
39 This NEC NL8048HL11-01B panel is TFT LCD
40 used in the Zoom2/3/3630 sdp boards.
41
Mayuresh Janorkar24305db2011-05-17 17:49:40 +053042config PANEL_PICODLP
43 tristate "TI PICO DLP mini-projector"
Archit Taneja6ea9b312011-12-12 11:47:43 +053044 depends on OMAP2_DSS_DPI && I2C
Mayuresh Janorkar24305db2011-05-17 17:49:40 +053045 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
Tomi Valkeinenf133a9d2009-10-28 11:31:05 +020049config PANEL_TAAL
50 tristate "Taal DSI Panel"
51 depends on OMAP2_DSS_DSI
Arnd Bergmann28748782011-10-02 16:45:33 +020052 depends on BACKLIGHT_CLASS_DEVICE
Tomi Valkeinenf133a9d2009-10-28 11:31:05 +020053 help
54 Taal DSI command mode panel from TPO.
55
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020056config PANEL_TPO_TD043MTEA1
57 tristate "TPO TD043MTEA1 LCD Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030058 depends on OMAP2_DSS_DPI && SPI
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020059 help
60 LCD Panel used in OMAP3 Pandora
61
Roger Quadros01883522010-03-10 17:32:44 +020062config PANEL_ACX565AKM
63 tristate "ACX565AKM Panel"
Jarkko Nikuladd9c8bf2010-08-11 14:23:02 +020064 depends on OMAP2_DSS_SDI && SPI
Arnd Bergmann28748782011-10-02 16:45:33 +020065 depends on BACKLIGHT_CLASS_DEVICE
Roger Quadros01883522010-03-10 17:32:44 +020066 help
67 This is the LCD panel used on Nokia N900
Tomi Valkeinen562a0602011-04-21 19:53:59 +030068
69config PANEL_N8X0
70 tristate "N8X0 Panel"
71 depends on OMAP2_DSS_RFBI && SPI
Arnd Bergmann28748782011-10-02 16:45:33 +020072 depends on BACKLIGHT_CLASS_DEVICE
Tomi Valkeinen562a0602011-04-21 19:53:59 +030073 help
74 This is the LCD panel used on Nokia N8x0
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020075endmenu