1menu "OMAPDRM External Display Device Drivers"
2
3config 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
9config DRM_OMAP_ENCODER_TFP410
10        tristate "TFP410 DPI to DVI Encoder"
11	help
12	  Driver for TFP410 DPI to DVI encoder.
13
14config DRM_OMAP_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
20config DRM_OMAP_CONNECTOR_DVI
21        tristate "DVI Connector"
22	depends on I2C
23	help
24	  Driver for a generic DVI connector.
25
26config DRM_OMAP_CONNECTOR_HDMI
27        tristate "HDMI Connector"
28	help
29	  Driver for a generic HDMI connector.
30
31config DRM_OMAP_CONNECTOR_ANALOG_TV
32        tristate "Analog TV Connector"
33	help
34	  Driver for a generic analog TV connector.
35
36config DRM_OMAP_PANEL_DPI
37	tristate "Generic DPI panel"
38	depends on BACKLIGHT_CLASS_DEVICE
39	help
40	  Driver for generic DPI panels.
41
42config DRM_OMAP_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
48config DRM_OMAP_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
54config DRM_OMAP_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
60config DRM_OMAP_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
66config DRM_OMAP_PANEL_TPO_TD028TTEC1
67        tristate "TPO TD028TTEC1 LCD Panel"
68        depends on SPI
69        help
70          LCD panel used in Openmoko.
71
72config DRM_OMAP_PANEL_TPO_TD043MTEA1
73        tristate "TPO TD043MTEA1 LCD Panel"
74        depends on SPI
75        help
76          LCD Panel used in OMAP3 Pandora
77
78config DRM_OMAP_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
86endmenu
87