blob: 881c9f77c75a58c4cce4016bb405794d3d922fa9 [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
Tomi Valkeinenf133a9d2009-10-28 11:31:05 +020023config PANEL_TAAL
24 tristate "Taal DSI Panel"
25 depends on OMAP2_DSS_DSI
26 help
27 Taal DSI command mode panel from TPO.
28
Mike Rapoport751ef152009-12-14 09:01:07 +010029config PANEL_TOPPOLY_TDO35S
30 tristate "Toppoly TDO35S LCD Panel support"
31 depends on OMAP2_DSS
32 help
33 LCD Panel used in CM-T35
34
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020035config PANEL_TPO_TD043MTEA1
36 tristate "TPO TD043MTEA1 LCD Panel"
Grazvydas Ignotasa40458e2010-04-15 16:59:03 +020037 depends on OMAP2_DSS && SPI
Grazvydas Ignotas9ce4ad02009-12-11 21:30:14 +020038 help
39 LCD Panel used in OMAP3 Pandora
40
Roger Quadros01883522010-03-10 17:32:44 +020041config PANEL_ACX565AKM
42 tristate "ACX565AKM Panel"
43 depends on OMAP2_DSS_SDI
44 select BACKLIGHT_CLASS_DEVICE
45 help
46 This is the LCD panel used on Nokia N900
Tomi Valkeinen3b8f29b2009-12-09 18:19:42 +020047endmenu