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