]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/video/omap2/displays-new/Kconfig
rt2x00: rt2800pci: use module_pci_driver macro
[karo-tx-linux.git] / drivers / video / omap2 / displays-new / Kconfig
1 menu "OMAP Display Device Drivers (new device model)"
2         depends on OMAP2_DSS
3
4 config DISPLAY_ENCODER_TFP410
5         tristate "TFP410 DPI to DVI Encoder"
6         help
7           Driver for TFP410 DPI to DVI encoder.
8
9 config 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
15 config DISPLAY_CONNECTOR_DVI
16         tristate "DVI Connector"
17         depends on I2C
18         help
19           Driver for a generic DVI connector.
20
21 config DISPLAY_CONNECTOR_HDMI
22         tristate "HDMI Connector"
23         help
24           Driver for a generic HDMI connector.
25
26 config DISPLAY_CONNECTOR_ANALOG_TV
27         tristate "Analog TV Connector"
28         help
29           Driver for a generic analog TV connector.
30
31 config DISPLAY_PANEL_DPI
32         tristate "Generic DPI panel"
33         help
34           Driver for generic DPI panels.
35
36 config DISPLAY_PANEL_DSI_CM
37         tristate "Generic DSI Command Mode Panel"
38         help
39           Driver for generic DSI command mode panels.
40
41 config DISPLAY_PANEL_SONY_ACX565AKM
42         tristate "ACX565AKM Panel"
43         depends on SPI && BACKLIGHT_CLASS_DEVICE
44         help
45           This is the LCD panel used on Nokia N900
46
47 config DISPLAY_PANEL_LGPHILIPS_LB035Q02
48         tristate "LG.Philips LB035Q02 LCD Panel"
49         depends on SPI
50         help
51           LCD Panel used on the Gumstix Overo Palo35
52
53 config DISPLAY_PANEL_SHARP_LS037V7DW01
54         tristate "Sharp LS037V7DW01 LCD Panel"
55         depends on BACKLIGHT_CLASS_DEVICE
56         help
57           LCD Panel used in TI's SDP3430 and EVM boards
58
59 config DISPLAY_PANEL_TPO_TD043MTEA1
60         tristate "TPO TD043MTEA1 LCD Panel"
61         depends on SPI
62         help
63           LCD Panel used in OMAP3 Pandora
64
65 config DISPLAY_PANEL_NEC_NL8048HL11
66         tristate "NEC NL8048HL11 Panel"
67         depends on SPI
68         depends on BACKLIGHT_CLASS_DEVICE
69         help
70                 This NEC NL8048HL11 panel is TFT LCD used in the
71                 Zoom2/3/3630 sdp boards.
72
73 endmenu