aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2/displays-new/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/omap2/displays-new/Kconfig')
-rw-r--r--drivers/video/fbdev/omap2/displays-new/Kconfig80
1 files changed, 80 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/displays-new/Kconfig b/drivers/video/fbdev/omap2/displays-new/Kconfig
new file mode 100644
index 000000000000..e6cfc38160d3
--- /dev/null
+++ b/drivers/video/fbdev/omap2/displays-new/Kconfig
@@ -0,0 +1,80 @@
1menu "OMAP Display Device Drivers (new device model)"
2 depends on OMAP2_DSS
3
4config DISPLAY_ENCODER_TFP410
5 tristate "TFP410 DPI to DVI Encoder"
6 help
7 Driver for TFP410 DPI to DVI encoder.
8
9config DISPLAY_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
15config DISPLAY_CONNECTOR_DVI
16 tristate "DVI Connector"
17 depends on I2C
18 help
19 Driver for a generic DVI connector.
20
21config DISPLAY_CONNECTOR_HDMI
22 tristate "HDMI Connector"
23 help
24 Driver for a generic HDMI connector.
25
26config DISPLAY_CONNECTOR_ANALOG_TV
27 tristate "Analog TV Connector"
28 help
29 Driver for a generic analog TV connector.
30
31config DISPLAY_PANEL_DPI
32 tristate "Generic DPI panel"
33 help
34 Driver for generic DPI panels.
35
36config DISPLAY_PANEL_DSI_CM
37 tristate "Generic DSI Command Mode Panel"
38 depends on BACKLIGHT_CLASS_DEVICE
39 help
40 Driver for generic DSI command mode panels.
41
42config DISPLAY_PANEL_SONY_ACX565AKM
43 tristate "ACX565AKM Panel"
44 depends on SPI && BACKLIGHT_CLASS_DEVICE
45 help
46 This is the LCD panel used on Nokia N900
47
48config DISPLAY_PANEL_LGPHILIPS_LB035Q02
49 tristate "LG.Philips LB035Q02 LCD Panel"
50 depends on SPI
51 help
52 LCD Panel used on the Gumstix Overo Palo35
53
54config DISPLAY_PANEL_SHARP_LS037V7DW01
55 tristate "Sharp LS037V7DW01 LCD Panel"
56 depends on BACKLIGHT_CLASS_DEVICE
57 help
58 LCD Panel used in TI's SDP3430 and EVM boards
59
60config DISPLAY_PANEL_TPO_TD028TTEC1
61 tristate "TPO TD028TTEC1 LCD Panel"
62 depends on SPI
63 help
64 LCD panel used in Openmoko.
65
66config DISPLAY_PANEL_TPO_TD043MTEA1
67 tristate "TPO TD043MTEA1 LCD Panel"
68 depends on SPI
69 help
70 LCD Panel used in OMAP3 Pandora
71
72config DISPLAY_PANEL_NEC_NL8048HL11
73 tristate "NEC NL8048HL11 Panel"
74 depends on SPI
75 depends on BACKLIGHT_CLASS_DEVICE
76 help
77 This NEC NL8048HL11 panel is TFT LCD used in the
78 Zoom2/3/3630 sdp boards.
79
80endmenu