1menu "OMAPFB Panel and Encoder Drivers"
2        depends on FB_OMAP2_DSS
3
4config FB_OMAP2_ENCODER_OPA362
5	tristate "OPA362 external analog amplifier"
6	help
7	  Driver for OPA362 external analog TV amplifier controlled
8	  through a GPIO.
9
10config FB_OMAP2_ENCODER_TFP410
11        tristate "TFP410 DPI to DVI Encoder"
12	help
13	  Driver for TFP410 DPI to DVI encoder.
14
15config FB_OMAP2_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
21config FB_OMAP2_CONNECTOR_DVI
22        tristate "DVI Connector"
23	depends on I2C
24	help
25	  Driver for a generic DVI connector.
26
27config FB_OMAP2_CONNECTOR_HDMI
28        tristate "HDMI Connector"
29	help
30	  Driver for a generic HDMI connector.
31
32config FB_OMAP2_CONNECTOR_ANALOG_TV
33        tristate "Analog TV Connector"
34	help
35	  Driver for a generic analog TV connector.
36
37config FB_OMAP2_PANEL_DPI
38	tristate "Generic DPI panel"
39	help
40	  Driver for generic DPI panels.
41
42config FB_OMAP2_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 FB_OMAP2_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 FB_OMAP2_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 FB_OMAP2_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 FB_OMAP2_PANEL_TPO_TD028TTEC1
67        tristate "TPO TD028TTEC1 LCD Panel"
68        depends on SPI
69        help
70          LCD panel used in Openmoko.
71
72config FB_OMAP2_PANEL_TPO_TD043MTEA1
73        tristate "TPO TD043MTEA1 LCD Panel"
74        depends on SPI
75        help
76          LCD Panel used in OMAP3 Pandora
77
78config FB_OMAP2_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