blob: 574710141a612eca4ef3add6b53716225380b8cb [file] [log] [blame]
Tomi Valkeinenc545b592013-06-17 12:28:03 +03001menu "OMAP Display Device Drivers (new device model)"
Tomi Valkeinen2773fef2013-05-24 14:18:30 +03002 depends on OMAP2_DSS
3
Marek Belisko0e878732014-12-03 22:33:20 +01004config DISPLAY_ENCODER_OPA362
5 tristate "OPA362 external analog amplifier"
6 help
7 Driver for OPA362 external analog TV amplifier controlled
8 through a GPIO.
9
Tomi Valkeinen2773fef2013-05-24 14:18:30 +030010config DISPLAY_ENCODER_TFP410
11 tristate "TFP410 DPI to DVI Encoder"
12 help
13 Driver for TFP410 DPI to DVI encoder.
14
Tomi Valkeinena0ee5772013-05-24 14:20:14 +030015config DISPLAY_ENCODER_TPD12S015
16 tristate "TPD12S015 HDMI ESD protection and level shifter"
17 help
18 Driver for TPD12S015, which offers HDMI ESD protection and level
19 shifting.
20
Tomi Valkeinen348077b2013-05-24 14:20:45 +030021config DISPLAY_CONNECTOR_DVI
22 tristate "DVI Connector"
23 depends on I2C
24 help
25 Driver for a generic DVI connector.
26
Tomi Valkeinen3cb07ee2013-05-24 14:21:08 +030027config DISPLAY_CONNECTOR_HDMI
28 tristate "HDMI Connector"
29 help
30 Driver for a generic HDMI connector.
31
Tomi Valkeinen61a7f242013-05-24 14:21:30 +030032config DISPLAY_CONNECTOR_ANALOG_TV
33 tristate "Analog TV Connector"
34 help
35 Driver for a generic analog TV connector.
36
Tomi Valkeinen04f0ff02013-05-24 14:21:56 +030037config DISPLAY_PANEL_DPI
38 tristate "Generic DPI panel"
39 help
40 Driver for generic DPI panels.
41
Tomi Valkeinendbc23842013-05-24 14:22:20 +030042config DISPLAY_PANEL_DSI_CM
43 tristate "Generic DSI Command Mode Panel"
Mark Brown633358e2013-09-25 12:31:01 +010044 depends on BACKLIGHT_CLASS_DEVICE
Tomi Valkeinendbc23842013-05-24 14:22:20 +030045 help
46 Driver for generic DSI command mode panels.
47
Tomi Valkeinen84192742013-05-24 14:22:31 +030048config DISPLAY_PANEL_SONY_ACX565AKM
49 tristate "ACX565AKM Panel"
50 depends on SPI && BACKLIGHT_CLASS_DEVICE
51 help
52 This is the LCD panel used on Nokia N900
53
Tomi Valkeinenf92f1682013-05-21 17:14:29 +030054config DISPLAY_PANEL_LGPHILIPS_LB035Q02
55 tristate "LG.Philips LB035Q02 LCD Panel"
56 depends on SPI
57 help
58 LCD Panel used on the Gumstix Overo Palo35
Tomi Valkeinen922ae892013-05-31 12:14:01 +030059
60config DISPLAY_PANEL_SHARP_LS037V7DW01
61 tristate "Sharp LS037V7DW01 LCD Panel"
62 depends on BACKLIGHT_CLASS_DEVICE
63 help
64 LCD Panel used in TI's SDP3430 and EVM boards
Tomi Valkeinen2e1def02013-05-31 13:13:44 +030065
Marek Belisko8623ec22013-10-29 23:25:40 +010066config DISPLAY_PANEL_TPO_TD028TTEC1
67 tristate "TPO TD028TTEC1 LCD Panel"
68 depends on SPI
69 help
70 LCD panel used in Openmoko.
71
Tomi Valkeinen2e1def02013-05-31 13:13:44 +030072config DISPLAY_PANEL_TPO_TD043MTEA1
73 tristate "TPO TD043MTEA1 LCD Panel"
74 depends on SPI
75 help
76 LCD Panel used in OMAP3 Pandora
77
Tomi Valkeinen6077ce82013-05-31 13:39:31 +030078config DISPLAY_PANEL_NEC_NL8048HL11
79 tristate "NEC NL8048HL11 Panel"
80 depends on SPI
81 depends on BACKLIGHT_CLASS_DEVICE
82 help
83 This NEC NL8048HL11 panel is TFT LCD used in the
84 Zoom2/3/3630 sdp boards.
85
Tomi Valkeinen2773fef2013-05-24 14:18:30 +030086endmenu