xref: /openbmc/linux/drivers/gpu/drm/bridge/Kconfig (revision 42bc47b3)
1config DRM_BRIDGE
2	def_bool y
3	depends on DRM
4	help
5	  Bridge registration and lookup framework.
6
7config DRM_PANEL_BRIDGE
8	def_bool y
9	depends on DRM_BRIDGE
10	depends on DRM_KMS_HELPER
11	select DRM_PANEL
12	help
13	  DRM bridge wrapper of DRM panels
14
15menu "Display Interface Bridges"
16	depends on DRM && DRM_BRIDGE
17
18config DRM_ANALOGIX_ANX78XX
19	tristate "Analogix ANX78XX bridge"
20	select DRM_KMS_HELPER
21	select REGMAP_I2C
22	---help---
23	  ANX78XX is an ultra-low Full-HD SlimPort transmitter
24	  designed for portable devices. The ANX78XX transforms
25	  the HDMI output of an application processor to MyDP
26	  or DisplayPort.
27
28config DRM_CDNS_DSI
29	tristate "Cadence DPI/DSI bridge"
30	select DRM_KMS_HELPER
31	select DRM_MIPI_DSI
32	select DRM_PANEL_BRIDGE
33	depends on OF
34	help
35	  Support Cadence DPI to DSI bridge. This is an internal
36	  bridge and is meant to be directly embedded in a SoC.
37
38config DRM_DUMB_VGA_DAC
39	tristate "Dumb VGA DAC Bridge support"
40	depends on OF
41	select DRM_KMS_HELPER
42	help
43	  Support for non-programmable RGB to VGA DAC bridges, such as ADI
44	  ADV7123, TI THS8134 and THS8135 or passive resistor ladder DACs.
45
46config DRM_LVDS_ENCODER
47	tristate "Transparent parallel to LVDS encoder support"
48	depends on OF
49	select DRM_PANEL_BRIDGE
50	help
51	  Support for transparent parallel to LVDS encoders that don't require
52	  any configuration.
53
54config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
55	tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
56	depends on OF
57	select DRM_KMS_HELPER
58	select DRM_PANEL
59	---help---
60          This is a driver for the display bridges of
61          GE B850v3 that convert dual channel LVDS
62          to DP++. This is used with the i.MX6 imx-ldb
63          driver. You are likely to say N here.
64
65config DRM_NXP_PTN3460
66	tristate "NXP PTN3460 DP/LVDS bridge"
67	depends on OF
68	select DRM_KMS_HELPER
69	select DRM_PANEL
70	---help---
71	  NXP PTN3460 eDP-LVDS bridge chip driver.
72
73config DRM_PARADE_PS8622
74	tristate "Parade eDP/LVDS bridge"
75	depends on OF
76	select DRM_PANEL
77	select DRM_KMS_HELPER
78	select BACKLIGHT_LCD_SUPPORT
79	select BACKLIGHT_CLASS_DEVICE
80	---help---
81	  Parade eDP-LVDS bridge chip driver.
82
83config DRM_SIL_SII8620
84	tristate "Silicon Image SII8620 HDMI/MHL bridge"
85	depends on OF && RC_CORE
86	select DRM_KMS_HELPER
87	imply EXTCON
88	help
89	  Silicon Image SII8620 HDMI/MHL bridge chip driver.
90
91config DRM_SII902X
92	tristate "Silicon Image sii902x RGB/HDMI bridge"
93	depends on OF
94	select DRM_KMS_HELPER
95	select REGMAP_I2C
96	---help---
97	  Silicon Image sii902x bridge chip driver.
98
99config DRM_SII9234
100	tristate "Silicon Image SII9234 HDMI/MHL bridge"
101	depends on OF
102	---help---
103	  Say Y here if you want support for the MHL interface.
104	  It is an I2C driver, that detects connection of MHL bridge
105	  and starts encapsulation of HDMI signal.
106
107config DRM_THINE_THC63LVD1024
108	tristate "Thine THC63LVD1024 LVDS decoder bridge"
109	depends on OF
110	---help---
111	  Thine THC63LVD1024 LVDS/parallel converter driver.
112
113config DRM_TOSHIBA_TC358767
114	tristate "Toshiba TC358767 eDP bridge"
115	depends on OF
116	select DRM_KMS_HELPER
117	select REGMAP_I2C
118	select DRM_PANEL
119	---help---
120	  Toshiba TC358767 eDP bridge chip driver.
121
122config DRM_TI_TFP410
123	tristate "TI TFP410 DVI/HDMI bridge"
124	depends on OF
125	select DRM_KMS_HELPER
126	---help---
127	  Texas Instruments TFP410 DVI/HDMI Transmitter driver
128
129source "drivers/gpu/drm/bridge/analogix/Kconfig"
130
131source "drivers/gpu/drm/bridge/adv7511/Kconfig"
132
133source "drivers/gpu/drm/bridge/synopsys/Kconfig"
134
135endmenu
136