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