Linux-libre 5.3.12-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         help
53           This is the LCD panel used on Nokia N900
54
55 config FB_OMAP2_PANEL_LGPHILIPS_LB035Q02
56         tristate "LG.Philips LB035Q02 LCD Panel"
57         depends on SPI
58         help
59           LCD Panel used on the Gumstix Overo Palo35
60
61 config FB_OMAP2_PANEL_SHARP_LS037V7DW01
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
66
67 config FB_OMAP2_PANEL_TPO_TD028TTEC1
68         tristate "TPO TD028TTEC1 LCD Panel"
69         depends on SPI
70         help
71           LCD panel used in Openmoko.
72
73 config FB_OMAP2_PANEL_TPO_TD043MTEA1
74         tristate "TPO TD043MTEA1 LCD Panel"
75         depends on SPI
76         help
77           LCD Panel used in OMAP3 Pandora
78
79 config FB_OMAP2_PANEL_NEC_NL8048HL11
80         tristate "NEC NL8048HL11 Panel"
81         depends on SPI
82         depends on BACKLIGHT_CLASS_DEVICE
83         help
84           This NEC NL8048HL11 panel is TFT LCD used in the
85           Zoom2/3/3630 sdp boards.
86
87 endmenu