blob: 2a618afe0f53b8ead6e2e4026a2216b5ce31d003 [file] [log] [blame]
Tomi Valkeinen5b63aa32015-12-09 21:36:24 +02001menu "OMAPDRM External Display Device Drivers"
Tomi Valkeinen2773fef2013-05-24 14:18:30 +03002
Marek Belisko0e878732014-12-03 22:33:20 +01003config DISPLAY_ENCODER_OPA362
4 tristate "OPA362 external analog amplifier"
5 help
6 Driver for OPA362 external analog TV amplifier controlled
7 through a GPIO.
8
Tomi Valkeinen2773fef2013-05-24 14:18:30 +03009config DISPLAY_ENCODER_TFP410
10 tristate "TFP410 DPI to DVI Encoder"
11 help
12 Driver for TFP410 DPI to DVI encoder.
13
Tomi Valkeinena0ee5772013-05-24 14:20:14 +030014config DISPLAY_ENCODER_TPD12S015
15 tristate "TPD12S015 HDMI ESD protection and level shifter"
16 help
17 Driver for TPD12S015, which offers HDMI ESD protection and level
18 shifting.
19
Tomi Valkeinen348077b2013-05-24 14:20:45 +030020config DISPLAY_CONNECTOR_DVI
21 tristate "DVI Connector"
22 depends on I2C
23 help
24 Driver for a generic DVI connector.
25
Tomi Valkeinen3cb07ee2013-05-24 14:21:08 +030026config DISPLAY_CONNECTOR_HDMI
27 tristate "HDMI Connector"
28 help
29 Driver for a generic HDMI connector.
30
Tomi Valkeinen61a7f242013-05-24 14:21:30 +030031config DISPLAY_CONNECTOR_ANALOG_TV
32 tristate "Analog TV Connector"
33 help
34 Driver for a generic analog TV connector.
35
Tomi Valkeinen04f0ff02013-05-24 14:21:56 +030036config DISPLAY_PANEL_DPI
37 tristate "Generic DPI panel"
38 help
39 Driver for generic DPI panels.
40
Tomi Valkeinendbc23842013-05-24 14:22:20 +030041config DISPLAY_PANEL_DSI_CM
42 tristate "Generic DSI Command Mode Panel"
Mark Brown633358e2013-09-25 12:31:01 +010043 depends on BACKLIGHT_CLASS_DEVICE
Tomi Valkeinendbc23842013-05-24 14:22:20 +030044 help
45 Driver for generic DSI command mode panels.
46
Tomi Valkeinen84192742013-05-24 14:22:31 +030047config DISPLAY_PANEL_SONY_ACX565AKM
48 tristate "ACX565AKM Panel"
49 depends on SPI && BACKLIGHT_CLASS_DEVICE
50 help
51 This is the LCD panel used on Nokia N900
52
Tomi Valkeinenf92f1682013-05-21 17:14:29 +030053config DISPLAY_PANEL_LGPHILIPS_LB035Q02
54 tristate "LG.Philips LB035Q02 LCD Panel"
55 depends on SPI
56 help
57 LCD Panel used on the Gumstix Overo Palo35
Tomi Valkeinen922ae892013-05-31 12:14:01 +030058
59config DISPLAY_PANEL_SHARP_LS037V7DW01
60 tristate "Sharp LS037V7DW01 LCD Panel"
61 depends on BACKLIGHT_CLASS_DEVICE
62 help
63 LCD Panel used in TI's SDP3430 and EVM boards
Tomi Valkeinen2e1def02013-05-31 13:13:44 +030064
Marek Belisko8623ec22013-10-29 23:25:40 +010065config DISPLAY_PANEL_TPO_TD028TTEC1
66 tristate "TPO TD028TTEC1 LCD Panel"
67 depends on SPI
68 help
69 LCD panel used in Openmoko.
70
Tomi Valkeinen2e1def02013-05-31 13:13:44 +030071config DISPLAY_PANEL_TPO_TD043MTEA1
72 tristate "TPO TD043MTEA1 LCD Panel"
73 depends on SPI
74 help
75 LCD Panel used in OMAP3 Pandora
76
Tomi Valkeinen6077ce82013-05-31 13:39:31 +030077config DISPLAY_PANEL_NEC_NL8048HL11
78 tristate "NEC NL8048HL11 Panel"
79 depends on SPI
80 depends on BACKLIGHT_CLASS_DEVICE
81 help
82 This NEC NL8048HL11 panel is TFT LCD used in the
83 Zoom2/3/3630 sdp boards.
84
Tomi Valkeinen2773fef2013-05-24 14:18:30 +030085endmenu