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_CHRONTEL_CH7033
31 tristate "Chrontel CH7033 Video Encoder"
35 Enable support for the Chrontel CH7033 VGA/DVI/HDMI Encoder, as
36 found in the Dell Wyse 3020 thin client.
40 config DRM_DISPLAY_CONNECTOR
41 tristate "Display connector support"
44 Driver for display connectors with support for DDC and hot-plug
45 detection. Most display controller handle display connectors
46 internally and don't need this driver, but the DRM subsystem is
47 moving towards separating connector handling from display controllers
48 on ARM-based platforms. Saying Y here when this driver is not needed
49 will not cause any issue.
52 tristate "Transparent LVDS encoders and decoders support"
55 select DRM_PANEL_BRIDGE
57 Support for transparent LVDS encoders and decoders that don't
58 require any configuration.
60 config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
61 tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
66 This is a driver for the display bridges of
67 GE B850v3 that convert dual channel LVDS
68 to DP++. This is used with the i.MX6 imx-ldb
69 driver. You are likely to say N here.
71 config DRM_NWL_MIPI_DSI
72 tristate "Northwest Logic MIPI DSI Host controller"
75 depends on OF && HAS_IOMEM
78 select DRM_PANEL_BRIDGE
79 select GENERIC_PHY_MIPI_DPHY
84 This enables the Northwest Logic MIPI DSI Host controller as
85 for example found on NXP's i.MX8 Processors.
87 config DRM_NXP_PTN3460
88 tristate "NXP PTN3460 DP/LVDS bridge"
93 NXP PTN3460 eDP-LVDS bridge chip driver.
95 config DRM_PARADE_PS8622
96 tristate "Parade eDP/LVDS bridge"
100 select BACKLIGHT_CLASS_DEVICE
102 Parade eDP-LVDS bridge chip driver.
104 config DRM_PARADE_PS8640
105 tristate "Parade PS8640 MIPI DSI to eDP Converter"
107 select DRM_KMS_HELPER
111 Choose this option if you have PS8640 for display
112 The PS8640 is a high-performance and low-power
113 MIPI DSI to eDP converter
115 config DRM_SIL_SII8620
116 tristate "Silicon Image SII8620 HDMI/MHL bridge"
118 select DRM_KMS_HELPER
120 depends on RC_CORE || !RC_CORE
122 Silicon Image SII8620 HDMI/MHL bridge chip driver.
125 tristate "Silicon Image sii902x RGB/HDMI bridge"
127 select DRM_KMS_HELPER
130 select SND_SOC_HDMI_CODEC if SND_SOC
132 Silicon Image sii902x bridge chip driver.
135 tristate "Silicon Image SII9234 HDMI/MHL bridge"
138 Say Y here if you want support for the MHL interface.
139 It is an I2C driver, that detects connection of MHL bridge
140 and starts encapsulation of HDMI signal.
142 config DRM_SIMPLE_BRIDGE
143 tristate "Simple DRM bridge support"
145 select DRM_KMS_HELPER
147 Support for non-programmable DRM bridges, such as ADI ADV7123, TI
148 THS8134 and THS8135 or passive resistor ladder DACs.
150 config DRM_THINE_THC63LVD1024
151 tristate "Thine THC63LVD1024 LVDS decoder bridge"
154 Thine THC63LVD1024 LVDS/parallel converter driver.
156 config DRM_TOSHIBA_TC358764
157 tristate "TC358764 DSI/LVDS bridge"
160 select DRM_KMS_HELPER
163 Toshiba TC358764 DSI/LVDS bridge driver.
165 config DRM_TOSHIBA_TC358767
166 tristate "Toshiba TC358767 eDP bridge"
168 select DRM_KMS_HELPER
172 Toshiba TC358767 eDP bridge chip driver.
174 config DRM_TOSHIBA_TC358768
175 tristate "Toshiba TC358768 MIPI DSI bridge"
177 select DRM_KMS_HELPER
182 Toshiba TC358768AXBG/TC358778XBG DSI bridge chip driver.
185 tristate "TI TFP410 DVI/HDMI bridge"
187 select DRM_KMS_HELPER
189 Texas Instruments TFP410 DVI/HDMI Transmitter driver
191 config DRM_TI_SN65DSI86
192 tristate "TI SN65DSI86 DSI to eDP bridge"
194 select DRM_KMS_HELPER
199 Texas Instruments SN65DSI86 DSI to eDP Bridge driver
201 config DRM_TI_TPD12S015
202 tristate "TI TPD12S015 HDMI level shifter and ESD protection"
204 select DRM_KMS_HELPER
206 Texas Instruments TPD12S015 HDMI level shifter and ESD protection
209 source "drivers/gpu/drm/bridge/analogix/Kconfig"
211 source "drivers/gpu/drm/bridge/adv7511/Kconfig"
213 source "drivers/gpu/drm/bridge/synopsys/Kconfig"