Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / omapdrm / displays / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "OMAPDRM External Display Device Drivers"
3
4 config DRM_OMAP_ENCODER_OPA362
5         tristate "OPA362 external analog amplifier"
6         help
7           Driver for OPA362 external analog TV amplifier controlled
8           through a GPIO.
9
10 config DRM_OMAP_ENCODER_TPD12S015
11         tristate "TPD12S015 HDMI ESD protection and level shifter"
12         help
13           Driver for TPD12S015, which offers HDMI ESD protection and level
14           shifting.
15
16 config DRM_OMAP_CONNECTOR_HDMI
17         tristate "HDMI Connector"
18         help
19           Driver for a generic HDMI connector.
20
21 config DRM_OMAP_CONNECTOR_ANALOG_TV
22         tristate "Analog TV Connector"
23         help
24           Driver for a generic analog TV connector.
25
26 config DRM_OMAP_PANEL_DSI_CM
27         tristate "Generic DSI Command Mode Panel"
28         depends on BACKLIGHT_CLASS_DEVICE
29         help
30           Driver for generic DSI command mode panels.
31
32 config DRM_OMAP_PANEL_SONY_ACX565AKM
33         tristate "ACX565AKM Panel"
34         depends on SPI && BACKLIGHT_CLASS_DEVICE
35         help
36           This is the LCD panel used on Nokia N900
37
38 config DRM_OMAP_PANEL_LGPHILIPS_LB035Q02
39         tristate "LG.Philips LB035Q02 LCD Panel"
40         depends on SPI
41         help
42           LCD Panel used on the Gumstix Overo Palo35
43
44 config DRM_OMAP_PANEL_SHARP_LS037V7DW01
45         tristate "Sharp LS037V7DW01 LCD Panel"
46         depends on BACKLIGHT_CLASS_DEVICE
47         help
48           LCD Panel used in TI's SDP3430 and EVM boards
49
50 config DRM_OMAP_PANEL_TPO_TD028TTEC1
51         tristate "TPO TD028TTEC1 LCD Panel"
52         depends on SPI
53         help
54           LCD panel used in Openmoko.
55
56 config DRM_OMAP_PANEL_TPO_TD043MTEA1
57         tristate "TPO TD043MTEA1 LCD Panel"
58         depends on SPI
59         help
60           LCD Panel used in OMAP3 Pandora
61
62 config DRM_OMAP_PANEL_NEC_NL8048HL11
63         tristate "NEC NL8048HL11 Panel"
64         depends on SPI
65         depends on BACKLIGHT_CLASS_DEVICE
66         help
67                 This NEC NL8048HL11 panel is TFT LCD used in the
68                 Zoom2/3/3630 sdp boards.
69
70 endmenu