blob: f8152cfedb5fa9847fa930607cfb6ab7c23fa66d [file] [log] [blame]
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +02001menu "OMAP2/3 Display Device Drivers"
2 depends on OMAP2_DSS
3
4config PANEL_GENERIC
5 tristate "Generic Panel"
6 help
7 Generic panel driver.
8 Used for DVI output for Beagle and OMAP3 SDP.
9
10config PANEL_SHARP_LS037V7DW01
11 tristate "Sharp LS037V7DW01 LCD Panel"
12 depends on OMAP2_DSS
Vaibhav Hiremath2b88c5b2010-04-15 16:00:00 +020013 select BACKLIGHT_CLASS_DEVICE
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020014 help
15 LCD Panel used in TI's SDP3430 and EVM boards
16
Vaibhav Hiremath1c646062010-01-04 15:34:15 +010017config PANEL_SHARP_LQ043T1DG01
18 tristate "Sharp LQ043T1DG01 LCD Panel"
19 depends on OMAP2_DSS
20 help
21 LCD Panel used in TI's OMAP3517 EVM boards
22
Erik Gilling2d2afa42010-10-26 05:12:36 +020023config PANEL_NEC_NL8048HL11_01B
24 tristate "NEC NL8048HL11-01B Panel"
25 depends on OMAP2_DSS
26 help
27 This NEC NL8048HL11-01B panel is TFT LCD
28 used in the Zoom2/3/3630 sdp boards.
29
Tomi Valkeinenf133a9d2009-10-28 11:31:05 +020030config PANEL_TAAL
31 tristate "Taal DSI Panel"
32 depends on OMAP2_DSS_DSI
33 help
34 Taal DSI command mode panel from TPO.
35
Mike Rapoport751ef152009-12-14 09:01:07 +010036config PANEL_TOPPOLY_TDO35S
37 tristate "Toppoly TDO35S LCD Panel support"
38 depends on OMAP2_DSS
39 help
40 LCD Panel used in CM-T35
41
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020042config PANEL_TPO_TD043MTEA1
43 tristate "TPO TD043MTEA1 LCD Panel"
Grazvydas Ignotasa40458e2010-04-15 16:59:03 +020044 depends on OMAP2_DSS && SPI
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020045 help
46 LCD Panel used in OMAP3 Pandora
47
Roger Quadros01883522010-03-10 17:32:44 +020048config PANEL_ACX565AKM
49 tristate "ACX565AKM Panel"
Jarkko Nikuladd9c8bf2010-08-11 14:23:02 +020050 depends on OMAP2_DSS_SDI && SPI
Roger Quadros01883522010-03-10 17:32:44 +020051 select BACKLIGHT_CLASS_DEVICE
52 help
53 This is the LCD panel used on Nokia N900
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020054endmenu