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