treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / video / fbdev / omap2 / omapfb / displays / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
d232fd04 2menu "OMAPFB Panel and Encoder Drivers"
a4bd2525 3 depends on FB_OMAP2_DSS
f76ee892 4
d232fd04 5config FB_OMAP2_ENCODER_OPA362
f76ee892
TV
6 tristate "OPA362 external analog amplifier"
7 help
8 Driver for OPA362 external analog TV amplifier controlled
9 through a GPIO.
10
d232fd04 11config FB_OMAP2_ENCODER_TFP410
a4bd2525 12 tristate "TFP410 DPI to DVI Encoder"
f76ee892
TV
13 help
14 Driver for TFP410 DPI to DVI encoder.
15
d232fd04 16config FB_OMAP2_ENCODER_TPD12S015
a4bd2525 17 tristate "TPD12S015 HDMI ESD protection and level shifter"
f76ee892
TV
18 help
19 Driver for TPD12S015, which offers HDMI ESD protection and level
20 shifting.
21
d232fd04 22config FB_OMAP2_CONNECTOR_DVI
a4bd2525 23 tristate "DVI Connector"
f76ee892
TV
24 depends on I2C
25 help
26 Driver for a generic DVI connector.
27
d232fd04 28config FB_OMAP2_CONNECTOR_HDMI
a4bd2525 29 tristate "HDMI Connector"
f76ee892
TV
30 help
31 Driver for a generic HDMI connector.
32
d232fd04 33config FB_OMAP2_CONNECTOR_ANALOG_TV
a4bd2525 34 tristate "Analog TV Connector"
f76ee892
TV
35 help
36 Driver for a generic analog TV connector.
37
d232fd04 38config FB_OMAP2_PANEL_DPI
f76ee892
TV
39 tristate "Generic DPI panel"
40 help
41 Driver for generic DPI panels.
42
d232fd04 43config FB_OMAP2_PANEL_DSI_CM
f76ee892
TV
44 tristate "Generic DSI Command Mode Panel"
45 depends on BACKLIGHT_CLASS_DEVICE
46 help
47 Driver for generic DSI command mode panels.
48
d232fd04 49config FB_OMAP2_PANEL_SONY_ACX565AKM
f76ee892
TV
50 tristate "ACX565AKM Panel"
51 depends on SPI && BACKLIGHT_CLASS_DEVICE
52 help
53 This is the LCD panel used on Nokia N900
54
d232fd04 55config FB_OMAP2_PANEL_LGPHILIPS_LB035Q02
f76ee892
TV
56 tristate "LG.Philips LB035Q02 LCD Panel"
57 depends on SPI
58 help
59 LCD Panel used on the Gumstix Overo Palo35
60
d232fd04 61config FB_OMAP2_PANEL_SHARP_LS037V7DW01
a4bd2525
EWI
62 tristate "Sharp LS037V7DW01 LCD Panel"
63 depends on BACKLIGHT_CLASS_DEVICE
64 help
65 LCD Panel used in TI's SDP3430 and EVM boards
f76ee892 66
d232fd04 67config FB_OMAP2_PANEL_TPO_TD028TTEC1
a4bd2525
EWI
68 tristate "TPO TD028TTEC1 LCD Panel"
69 depends on SPI
70 help
71 LCD panel used in Openmoko.
f76ee892 72
d232fd04 73config FB_OMAP2_PANEL_TPO_TD043MTEA1
a4bd2525
EWI
74 tristate "TPO TD043MTEA1 LCD Panel"
75 depends on SPI
76 help
77 LCD Panel used in OMAP3 Pandora
f76ee892 78
d232fd04 79config FB_OMAP2_PANEL_NEC_NL8048HL11
f76ee892
TV
80 tristate "NEC NL8048HL11 Panel"
81 depends on SPI
82 depends on BACKLIGHT_CLASS_DEVICE
83 help
a4bd2525
EWI
84 This NEC NL8048HL11 panel is TFT LCD used in the
85 Zoom2/3/3630 sdp boards.
f76ee892
TV
86
87endmenu