blob: 6d921969e731340975b62b357e50706e84f2db49 [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"
6 help
7 Generic DPI panel driver.
8 Supports DVI output for Beagle and OMAP3 SDP.
9 Supports LCD Panel used in TI SDP3430 and EVM boards,
10 OMAP3517 EVM boards and CM-T35.
11
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020012config PANEL_GENERIC
13 tristate "Generic Panel"
14 help
15 Generic panel driver.
16 Used for DVI output for Beagle and OMAP3 SDP.
17
18config PANEL_SHARP_LS037V7DW01
19 tristate "Sharp LS037V7DW01 LCD Panel"
20 depends on OMAP2_DSS
Vaibhav Hiremath2b88c5b2010-04-15 16:00:00 +020021 select BACKLIGHT_CLASS_DEVICE
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020022 help
23 LCD Panel used in TI's SDP3430 and EVM boards
24
Vaibhav Hiremath1c646062010-01-04 15:34:15 +010025config PANEL_SHARP_LQ043T1DG01
26 tristate "Sharp LQ043T1DG01 LCD Panel"
27 depends on OMAP2_DSS
28 help
29 LCD Panel used in TI's OMAP3517 EVM boards
30
Erik Gilling2d2afa42010-10-26 05:12:36 +020031config PANEL_NEC_NL8048HL11_01B
32 tristate "NEC NL8048HL11-01B Panel"
33 depends on OMAP2_DSS
34 help
35 This NEC NL8048HL11-01B panel is TFT LCD
36 used in the Zoom2/3/3630 sdp boards.
37
Tomi Valkeinenf133a9d2009-10-28 11:31:05 +020038config PANEL_TAAL
39 tristate "Taal DSI Panel"
40 depends on OMAP2_DSS_DSI
41 help
42 Taal DSI command mode panel from TPO.
43
Mike Rapoport751ef152009-12-14 09:01:07 +010044config PANEL_TOPPOLY_TDO35S
45 tristate "Toppoly TDO35S LCD Panel support"
46 depends on OMAP2_DSS
47 help
48 LCD Panel used in CM-T35
49
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020050config PANEL_TPO_TD043MTEA1
51 tristate "TPO TD043MTEA1 LCD Panel"
Grazvydas Ignotasa40458e2010-04-15 16:59:03 +020052 depends on OMAP2_DSS && SPI
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020053 help
54 LCD Panel used in OMAP3 Pandora
55
Roger Quadros01883522010-03-10 17:32:44 +020056config PANEL_ACX565AKM
57 tristate "ACX565AKM Panel"
Jarkko Nikuladd9c8bf2010-08-11 14:23:02 +020058 depends on OMAP2_DSS_SDI && SPI
Roger Quadros01883522010-03-10 17:32:44 +020059 select BACKLIGHT_CLASS_DEVICE
60 help
61 This is the LCD panel used on Nokia N900
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020062endmenu