blob: 609a28073178678f87069909d950745a48000a0a [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
Steve Sakoman7654b4d2011-03-05 07:58:38 -060013config PANEL_LGPHILIPS_LB035Q02
14 tristate "LG.Philips LB035Q02 LCD Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030015 depends on OMAP2_DSS_DPI && SPI
Steve Sakoman7654b4d2011-03-05 07:58:38 -060016 help
17 LCD Panel used on the Gumstix Overo Palo35
18
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020019config PANEL_SHARP_LS037V7DW01
20 tristate "Sharp LS037V7DW01 LCD Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030021 depends on OMAP2_DSS_DPI
Vaibhav Hiremath2b88c5b2010-04-15 16:00:00 +020022 select BACKLIGHT_CLASS_DEVICE
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020023 help
24 LCD Panel used in TI's SDP3430 and EVM boards
25
Erik Gilling2d2afa42010-10-26 05:12:36 +020026config PANEL_NEC_NL8048HL11_01B
27 tristate "NEC NL8048HL11-01B Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030028 depends on OMAP2_DSS_DPI
Erik Gilling2d2afa42010-10-26 05:12:36 +020029 help
30 This NEC NL8048HL11-01B panel is TFT LCD
31 used in the Zoom2/3/3630 sdp boards.
32
Tomi Valkeinenf133a9d2009-10-28 11:31:05 +020033config PANEL_TAAL
34 tristate "Taal DSI Panel"
35 depends on OMAP2_DSS_DSI
36 help
37 Taal DSI command mode panel from TPO.
38
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020039config PANEL_TPO_TD043MTEA1
40 tristate "TPO TD043MTEA1 LCD Panel"
Tomi Valkeinen0fd08062011-04-08 09:30:27 +030041 depends on OMAP2_DSS_DPI && SPI
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020042 help
43 LCD Panel used in OMAP3 Pandora
44
Roger Quadros01883522010-03-10 17:32:44 +020045config PANEL_ACX565AKM
46 tristate "ACX565AKM Panel"
Jarkko Nikuladd9c8bf2010-08-11 14:23:02 +020047 depends on OMAP2_DSS_SDI && SPI
Roger Quadros01883522010-03-10 17:32:44 +020048 select BACKLIGHT_CLASS_DEVICE
49 help
50 This is the LCD panel used on Nokia N900
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020051endmenu