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