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_DISPLAY_CONNECTOR
31 tristate "Display connector support"
34 Driver for display connectors with support for DDC and hot-plug
35 detection. Most display controller handle display connectors
36 internally and don't need this driver, but the DRM subsystem is
37 moving towards separating connector handling from display controllers
38 on ARM-based platforms. Saying Y here when this driver is not needed
39 will not cause any issue.
42 tristate "Transparent LVDS encoders and decoders support"
45 select DRM_PANEL_BRIDGE
47 Support for transparent LVDS encoders and decoders that don't
48 require any configuration.
50 config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
51 tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
56 This is a driver for the display bridges of
57 GE B850v3 that convert dual channel LVDS
58 to DP++. This is used with the i.MX6 imx-ldb
59 driver. You are likely to say N here.
61 config DRM_NXP_PTN3460
62 tristate "NXP PTN3460 DP/LVDS bridge"
67 NXP PTN3460 eDP-LVDS bridge chip driver.
69 config DRM_PARADE_PS8622
70 tristate "Parade eDP/LVDS bridge"
74 select BACKLIGHT_CLASS_DEVICE
76 Parade eDP-LVDS bridge chip driver.
78 config DRM_PARADE_PS8640
79 tristate "Parade PS8640 MIPI DSI to eDP Converter"
85 Choose this option if you have PS8640 for display
86 The PS8640 is a high-performance and low-power
87 MIPI DSI to eDP converter
89 config DRM_SIL_SII8620
90 tristate "Silicon Image SII8620 HDMI/MHL bridge"
94 depends on RC_CORE || !RC_CORE
96 Silicon Image SII8620 HDMI/MHL bridge chip driver.
99 tristate "Silicon Image sii902x RGB/HDMI bridge"
101 select DRM_KMS_HELPER
104 select SND_SOC_HDMI_CODEC if SND_SOC
106 Silicon Image sii902x bridge chip driver.
109 tristate "Silicon Image SII9234 HDMI/MHL bridge"
112 Say Y here if you want support for the MHL interface.
113 It is an I2C driver, that detects connection of MHL bridge
114 and starts encapsulation of HDMI signal.
116 config DRM_SIMPLE_BRIDGE
117 tristate "Simple DRM bridge support"
119 select DRM_KMS_HELPER
121 Support for non-programmable DRM bridges, such as ADI ADV7123, TI
122 THS8134 and THS8135 or passive resistor ladder DACs.
124 config DRM_THINE_THC63LVD1024
125 tristate "Thine THC63LVD1024 LVDS decoder bridge"
128 Thine THC63LVD1024 LVDS/parallel converter driver.
130 config DRM_TOSHIBA_TC358764
131 tristate "TC358764 DSI/LVDS bridge"
134 select DRM_KMS_HELPER
137 Toshiba TC358764 DSI/LVDS bridge driver.
139 config DRM_TOSHIBA_TC358767
140 tristate "Toshiba TC358767 eDP bridge"
142 select DRM_KMS_HELPER
146 Toshiba TC358767 eDP bridge chip driver.
148 config DRM_TOSHIBA_TC358768
149 tristate "Toshiba TC358768 MIPI DSI bridge"
151 select DRM_KMS_HELPER
156 Toshiba TC358768AXBG/TC358778XBG DSI bridge chip driver.
159 tristate "TI TFP410 DVI/HDMI bridge"
161 select DRM_KMS_HELPER
163 Texas Instruments TFP410 DVI/HDMI Transmitter driver
165 config DRM_TI_SN65DSI86
166 tristate "TI SN65DSI86 DSI to eDP bridge"
168 select DRM_KMS_HELPER
173 Texas Instruments SN65DSI86 DSI to eDP Bridge driver
175 config DRM_TI_TPD12S015
176 tristate "TI TPD12S015 HDMI level shifter and ESD protection"
178 select DRM_KMS_HELPER
180 Texas Instruments TPD12S015 HDMI level shifter and ESD protection
183 source "drivers/gpu/drm/bridge/analogix/Kconfig"
185 source "drivers/gpu/drm/bridge/adv7511/Kconfig"
187 source "drivers/gpu/drm/bridge/synopsys/Kconfig"