Merge tag 'iio-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[cascardo/linux.git] / drivers / gpu / drm / omapdrm / displays / Kconfig
1 menu "OMAPDRM External Display Device Drivers"
2
3 config DISPLAY_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 DISPLAY_ENCODER_TFP410
10         tristate "TFP410 DPI to DVI Encoder"
11         help
12           Driver for TFP410 DPI to DVI encoder.
13
14 config DISPLAY_ENCODER_TPD12S015
15         tristate "TPD12S015 HDMI ESD protection and level shifter"
16         help
17           Driver for TPD12S015, which offers HDMI ESD protection and level
18           shifting.
19
20 config DISPLAY_CONNECTOR_DVI
21         tristate "DVI Connector"
22         depends on I2C
23         help
24           Driver for a generic DVI connector.
25
26 config DISPLAY_CONNECTOR_HDMI
27         tristate "HDMI Connector"
28         help
29           Driver for a generic HDMI connector.
30
31 config DISPLAY_CONNECTOR_ANALOG_TV
32         tristate "Analog TV Connector"
33         help
34           Driver for a generic analog TV connector.
35
36 config DISPLAY_PANEL_DPI
37         tristate "Generic DPI panel"
38         help
39           Driver for generic DPI panels.
40
41 config DISPLAY_PANEL_DSI_CM
42         tristate "Generic DSI Command Mode Panel"
43         depends on BACKLIGHT_CLASS_DEVICE
44         help
45           Driver for generic DSI command mode panels.
46
47 config DISPLAY_PANEL_SONY_ACX565AKM
48         tristate "ACX565AKM Panel"
49         depends on SPI && BACKLIGHT_CLASS_DEVICE
50         help
51           This is the LCD panel used on Nokia N900
52
53 config DISPLAY_PANEL_LGPHILIPS_LB035Q02
54         tristate "LG.Philips LB035Q02 LCD Panel"
55         depends on SPI
56         help
57           LCD Panel used on the Gumstix Overo Palo35
58
59 config DISPLAY_PANEL_SHARP_LS037V7DW01
60         tristate "Sharp LS037V7DW01 LCD Panel"
61         depends on BACKLIGHT_CLASS_DEVICE
62         help
63           LCD Panel used in TI's SDP3430 and EVM boards
64
65 config DISPLAY_PANEL_TPO_TD028TTEC1
66         tristate "TPO TD028TTEC1 LCD Panel"
67         depends on SPI
68         help
69           LCD panel used in Openmoko.
70
71 config DISPLAY_PANEL_TPO_TD043MTEA1
72         tristate "TPO TD043MTEA1 LCD Panel"
73         depends on SPI
74         help
75           LCD Panel used in OMAP3 Pandora
76
77 config DISPLAY_PANEL_NEC_NL8048HL11
78         tristate "NEC NL8048HL11 Panel"
79         depends on SPI
80         depends on BACKLIGHT_CLASS_DEVICE
81         help
82                 This NEC NL8048HL11 panel is TFT LCD used in the
83                 Zoom2/3/3630 sdp boards.
84
85 endmenu