1 # SPDX-License-Identifier: GPL-2.0-only
6 Bridge registration and lookup framework.
8 config DRM_PANEL_BRIDGE
11 depends on DRM_KMS_HELPER
14 DRM bridge wrapper of DRM panels
16 menu "Display Interface Bridges"
17 depends on DRM && DRM_BRIDGE
20 tristate "Cadence DPI/DSI bridge"
23 select DRM_PANEL_BRIDGE
24 select GENERIC_PHY_MIPI_DPHY
27 Support Cadence DPI to DSI bridge. This is an internal
28 bridge and is meant to be directly embedded in a SoC.
30 config DRM_CHIPONE_ICN6211
31 tristate "Chipone ICN6211 MIPI-DSI/RGB Converter bridge"
34 select DRM_PANEL_BRIDGE
36 ICN6211 is MIPI-DSI/RGB Converter bridge from chipone.
38 It has a flexible configuration of MIPI DSI signal input
39 and produce RGB565, RGB666, RGB888 output format.
43 config DRM_CHRONTEL_CH7033
44 tristate "Chrontel CH7033 Video Encoder"
48 Enable support for the Chrontel CH7033 VGA/DVI/HDMI Encoder, as
49 found in the Dell Wyse 3020 thin client.
53 config DRM_CROS_EC_ANX7688
54 tristate "ChromeOS EC ANX7688 bridge"
56 depends on I2C_CROS_EC_TUNNEL || COMPILE_TEST
60 ChromeOS EC ANX7688 is an ultra-low power
61 4K Ultra-HD (4096x2160p60) mobile HD transmitter
62 designed for ChromeOS devices. It converts HDMI
63 2.0 to DisplayPort 1.3 Ultra-HD. It is connected
64 to the ChromeOS Embedded Controller.
66 config DRM_DISPLAY_CONNECTOR
67 tristate "Display connector support"
70 Driver for display connectors with support for DDC and hot-plug
71 detection. Most display controllers handle display connectors
72 internally and don't need this driver, but the DRM subsystem is
73 moving towards separating connector handling from display controllers
74 on ARM-based platforms. Saying Y here when this driver is not needed
75 will not cause any issue.
77 config DRM_LONTIUM_LT8912B
78 tristate "Lontium LT8912B DSI/HDMI bridge"
80 select DRM_PANEL_BRIDGE
84 select VIDEOMODE_HELPERS
86 Driver for Lontium LT8912B DSI to HDMI bridge
88 Please say Y if you have such hardware.
90 Say M here if you want to support this hardware as a module.
91 The module will be named "lontium-lt8912b".
93 config DRM_LONTIUM_LT9611
94 tristate "Lontium LT9611 DSI/HDMI bridge"
95 select SND_SOC_HDMI_CODEC if SND_SOC
97 select DRM_PANEL_BRIDGE
102 Driver for Lontium LT9611 DSI to HDMI bridge
103 chip driver that converts dual DSI and I2S to
105 Please say Y if you have such hardware.
107 config DRM_LONTIUM_LT9611UXC
108 tristate "Lontium LT9611UXC DSI/HDMI bridge"
109 select SND_SOC_HDMI_CODEC if SND_SOC
111 select DRM_PANEL_BRIDGE
112 select DRM_KMS_HELPER
116 Driver for Lontium LT9611UXC DSI to HDMI bridge
117 chip driver that converts dual DSI and I2S to
119 Please say Y if you have such hardware.
121 config DRM_ITE_IT66121
122 tristate "ITE IT66121 HDMI bridge"
124 select DRM_KMS_HELPER
127 Support for ITE IT66121 HDMI bridge.
129 config DRM_LVDS_CODEC
130 tristate "Transparent LVDS encoders and decoders support"
132 select DRM_KMS_HELPER
133 select DRM_PANEL_BRIDGE
135 Support for transparent LVDS encoders and decoders that don't
136 require any configuration.
138 config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
139 tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
141 select DRM_KMS_HELPER
144 This is a driver for the display bridges of
145 GE B850v3 that convert dual channel LVDS
146 to DP++. This is used with the i.MX6 imx-ldb
147 driver. You are likely to say N here.
149 config DRM_NWL_MIPI_DSI
150 tristate "Northwest Logic MIPI DSI Host controller"
152 depends on COMMON_CLK
153 depends on OF && HAS_IOMEM
154 select DRM_KMS_HELPER
156 select DRM_PANEL_BRIDGE
157 select GENERIC_PHY_MIPI_DPHY
162 This enables the Northwest Logic MIPI DSI Host controller as
163 for example found on NXP's i.MX8 Processors.
165 config DRM_NXP_PTN3460
166 tristate "NXP PTN3460 DP/LVDS bridge"
168 select DRM_KMS_HELPER
171 NXP PTN3460 eDP-LVDS bridge chip driver.
173 config DRM_PARADE_PS8622
174 tristate "Parade eDP/LVDS bridge"
177 select DRM_KMS_HELPER
178 select BACKLIGHT_CLASS_DEVICE
180 Parade eDP-LVDS bridge chip driver.
182 config DRM_PARADE_PS8640
183 tristate "Parade PS8640 MIPI DSI to eDP Converter"
185 select DRM_KMS_HELPER
189 Choose this option if you have PS8640 for display
190 The PS8640 is a high-performance and low-power
191 MIPI DSI to eDP converter
193 config DRM_SIL_SII8620
194 tristate "Silicon Image SII8620 HDMI/MHL bridge"
196 select DRM_KMS_HELPER
198 depends on RC_CORE || !RC_CORE
200 Silicon Image SII8620 HDMI/MHL bridge chip driver.
203 tristate "Silicon Image sii902x RGB/HDMI bridge"
205 select DRM_KMS_HELPER
208 select SND_SOC_HDMI_CODEC if SND_SOC
210 Silicon Image sii902x bridge chip driver.
213 tristate "Silicon Image SII9234 HDMI/MHL bridge"
216 Say Y here if you want support for the MHL interface.
217 It is an I2C driver, that detects connection of MHL bridge
218 and starts encapsulation of HDMI signal.
220 config DRM_SIMPLE_BRIDGE
221 tristate "Simple DRM bridge support"
223 select DRM_KMS_HELPER
225 Support for non-programmable DRM bridges, such as ADI ADV7123, TI
226 THS8134 and THS8135 or passive resistor ladder DACs.
228 config DRM_THINE_THC63LVD1024
229 tristate "Thine THC63LVD1024 LVDS decoder bridge"
232 Thine THC63LVD1024 LVDS/parallel converter driver.
234 config DRM_TOSHIBA_TC358762
235 tristate "TC358762 DSI/DPI bridge"
238 select DRM_KMS_HELPER
239 select DRM_PANEL_BRIDGE
241 Toshiba TC358762 DSI/DPI bridge driver.
243 config DRM_TOSHIBA_TC358764
244 tristate "TC358764 DSI/LVDS bridge"
247 select DRM_KMS_HELPER
250 Toshiba TC358764 DSI/LVDS bridge driver.
252 config DRM_TOSHIBA_TC358767
253 tristate "Toshiba TC358767 eDP bridge"
255 select DRM_KMS_HELPER
259 Toshiba TC358767 eDP bridge chip driver.
261 config DRM_TOSHIBA_TC358768
262 tristate "Toshiba TC358768 MIPI DSI bridge"
264 select DRM_KMS_HELPER
269 Toshiba TC358768AXBG/TC358778XBG DSI bridge chip driver.
271 config DRM_TOSHIBA_TC358775
272 tristate "Toshiba TC358775 DSI/LVDS bridge"
274 select DRM_KMS_HELPER
279 Toshiba TC358775 DSI/LVDS bridge chip driver.
282 tristate "TI TFP410 DVI/HDMI bridge"
284 select DRM_KMS_HELPER
286 Texas Instruments TFP410 DVI/HDMI Transmitter driver
288 config DRM_TI_SN65DSI83
289 tristate "TI SN65DSI83 and SN65DSI84 DSI to LVDS bridge"
291 select DRM_KMS_HELPER
296 Texas Instruments SN65DSI83 and SN65DSI84 DSI to LVDS Bridge driver
298 config DRM_TI_SN65DSI86
299 tristate "TI SN65DSI86 DSI to eDP bridge"
301 select DRM_KMS_HELPER
306 select DRM_DP_AUX_BUS
308 Texas Instruments SN65DSI86 DSI to eDP Bridge driver
310 config DRM_TI_TPD12S015
311 tristate "TI TPD12S015 HDMI level shifter and ESD protection"
313 select DRM_KMS_HELPER
315 Texas Instruments TPD12S015 HDMI level shifter and ESD protection
318 source "drivers/gpu/drm/bridge/analogix/Kconfig"
320 source "drivers/gpu/drm/bridge/adv7511/Kconfig"
322 source "drivers/gpu/drm/bridge/cadence/Kconfig"
324 source "drivers/gpu/drm/bridge/synopsys/Kconfig"