brintos

brintos / linux-shallow public Read only

0
0
Text · 2.3 KiB · 3ca1bd7 Raw
94 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "OMAPFB Panel and Encoder Drivers"3	depends on FB_OMAP2_DSS4 5config FB_OMAP2_ENCODER_OPA3626	tristate "OPA362 external analog amplifier"7	help8	  Driver for OPA362 external analog TV amplifier controlled9	  through a GPIO.10 11config FB_OMAP2_ENCODER_TFP41012	tristate "TFP410 DPI to DVI Encoder"13	help14	  Driver for TFP410 DPI to DVI encoder.15 16config FB_OMAP2_ENCODER_TPD12S01517	tristate "TPD12S015 HDMI ESD protection and level shifter"18	help19	  Driver for TPD12S015, which offers HDMI ESD protection and level20	  shifting.21 22config FB_OMAP2_CONNECTOR_DVI23	tristate "DVI Connector"24	depends on I2C25	help26	  Driver for a generic DVI connector.27 28config FB_OMAP2_CONNECTOR_HDMI29	tristate "HDMI Connector"30	help31	  Driver for a generic HDMI connector.32 33config FB_OMAP2_CONNECTOR_ANALOG_TV34	tristate "Analog TV Connector"35	help36	  Driver for a generic analog TV connector.37 38config FB_OMAP2_PANEL_DPI39	tristate "Generic DPI panel"40	help41	  Driver for generic DPI panels.42 43config FB_OMAP2_PANEL_DSI_CM44	tristate "Generic DSI Command Mode Panel"45	depends on BACKLIGHT_CLASS_DEVICE46	depends on DRM_PANEL_DSI_CM = n47	help48	  Driver for generic DSI command mode panels.49 50config FB_OMAP2_PANEL_SONY_ACX565AKM51	tristate "ACX565AKM Panel"52	depends on SPI && BACKLIGHT_CLASS_DEVICE53	depends on DRM_PANEL_SONY_ACX565AKM = n54	help55	  This is the LCD panel used on Nokia N90056 57config FB_OMAP2_PANEL_LGPHILIPS_LB035Q0258	tristate "LG.Philips LB035Q02 LCD Panel"59	depends on SPI60	help61	  LCD Panel used on the Gumstix Overo Palo3562 63config FB_OMAP2_PANEL_SHARP_LS037V7DW0164	tristate "Sharp LS037V7DW01 LCD Panel"65	depends on BACKLIGHT_CLASS_DEVICE66	depends on DRM_PANEL_SHARP_LS037V7DW01 = n67	help68	  LCD Panel used in TI's SDP3430 and EVM boards69 70config FB_OMAP2_PANEL_TPO_TD028TTEC171	tristate "TPO TD028TTEC1 LCD Panel"72	depends on SPI73	depends on DRM_PANEL_TPO_TD028TTEC1 = n74	help75	  LCD panel used in Openmoko.76 77config FB_OMAP2_PANEL_TPO_TD043MTEA178	tristate "TPO TD043MTEA1 LCD Panel"79	depends on SPI80	depends on DRM_PANEL_TPO_TD043MTEA1 = n81	help82	  LCD Panel used in OMAP3 Pandora83 84config FB_OMAP2_PANEL_NEC_NL8048HL1185	tristate "NEC NL8048HL11 Panel"86	depends on SPI87	depends on BACKLIGHT_CLASS_DEVICE88	depends on DRM_PANEL_NEC_NL8048HL11 = n89	help90	  This NEC NL8048HL11 panel is TFT LCD used in the91	  Zoom2/3/3630 sdp boards.92 93endmenu94