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_CDNS_DSI 20 tristate "Cadence DPI/DSI bridge" 21 select DRM_KMS_HELPER 22 select DRM_MIPI_DSI 23 select DRM_PANEL_BRIDGE 24 select GENERIC_PHY_MIPI_DPHY 25 depends on OF 26 help 27 Support Cadence DPI to DSI bridge. This is an internal 28 bridge and is meant to be directly embedded in a SoC. 29 30config DRM_DUMB_VGA_DAC 31 tristate "Dumb VGA DAC Bridge support" 32 depends on OF 33 select DRM_KMS_HELPER 34 help 35 Support for non-programmable RGB to VGA DAC bridges, such as ADI 36 ADV7123, TI THS8134 and THS8135 or passive resistor ladder DACs. 37 38config DRM_LVDS_CODEC 39 tristate "Transparent LVDS encoders and decoders support" 40 depends on OF 41 select DRM_KMS_HELPER 42 select DRM_PANEL_BRIDGE 43 help 44 Support for transparent LVDS encoders and decoders that don't 45 require any configuration. 46 47config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW 48 tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw" 49 depends on OF 50 select DRM_KMS_HELPER 51 select DRM_PANEL 52 ---help--- 53 This is a driver for the display bridges of 54 GE B850v3 that convert dual channel LVDS 55 to DP++. This is used with the i.MX6 imx-ldb 56 driver. You are likely to say N here. 57 58config DRM_NXP_PTN3460 59 tristate "NXP PTN3460 DP/LVDS bridge" 60 depends on OF 61 select DRM_KMS_HELPER 62 select DRM_PANEL 63 ---help--- 64 NXP PTN3460 eDP-LVDS bridge chip driver. 65 66config DRM_PARADE_PS8622 67 tristate "Parade eDP/LVDS bridge" 68 depends on OF 69 select DRM_PANEL 70 select DRM_KMS_HELPER 71 select BACKLIGHT_CLASS_DEVICE 72 ---help--- 73 Parade eDP-LVDS bridge chip driver. 74 75config DRM_SIL_SII8620 76 tristate "Silicon Image SII8620 HDMI/MHL bridge" 77 depends on OF 78 select DRM_KMS_HELPER 79 imply EXTCON 80 depends on RC_CORE || !RC_CORE 81 help 82 Silicon Image SII8620 HDMI/MHL bridge chip driver. 83 84config DRM_SII902X 85 tristate "Silicon Image sii902x RGB/HDMI bridge" 86 depends on OF 87 select DRM_KMS_HELPER 88 select REGMAP_I2C 89 select I2C_MUX 90 ---help--- 91 Silicon Image sii902x bridge chip driver. 92 93config DRM_SII9234 94 tristate "Silicon Image SII9234 HDMI/MHL bridge" 95 depends on OF 96 ---help--- 97 Say Y here if you want support for the MHL interface. 98 It is an I2C driver, that detects connection of MHL bridge 99 and starts encapsulation of HDMI signal. 100 101config DRM_THINE_THC63LVD1024 102 tristate "Thine THC63LVD1024 LVDS decoder bridge" 103 depends on OF 104 ---help--- 105 Thine THC63LVD1024 LVDS/parallel converter driver. 106 107config DRM_TOSHIBA_TC358764 108 tristate "TC358764 DSI/LVDS bridge" 109 depends on OF 110 select DRM_MIPI_DSI 111 select DRM_KMS_HELPER 112 select DRM_PANEL 113 help 114 Toshiba TC358764 DSI/LVDS bridge driver. 115 116config DRM_TOSHIBA_TC358767 117 tristate "Toshiba TC358767 eDP bridge" 118 depends on OF 119 select DRM_KMS_HELPER 120 select REGMAP_I2C 121 select DRM_PANEL 122 ---help--- 123 Toshiba TC358767 eDP bridge chip driver. 124 125config DRM_TI_TFP410 126 tristate "TI TFP410 DVI/HDMI bridge" 127 depends on OF 128 select DRM_KMS_HELPER 129 ---help--- 130 Texas Instruments TFP410 DVI/HDMI Transmitter driver 131 132config DRM_TI_SN65DSI86 133 tristate "TI SN65DSI86 DSI to eDP bridge" 134 depends on OF 135 select DRM_KMS_HELPER 136 select REGMAP_I2C 137 select DRM_PANEL 138 select DRM_MIPI_DSI 139 help 140 Texas Instruments SN65DSI86 DSI to eDP Bridge driver 141 142source "drivers/gpu/drm/bridge/analogix/Kconfig" 143 144source "drivers/gpu/drm/bridge/adv7511/Kconfig" 145 146source "drivers/gpu/drm/bridge/synopsys/Kconfig" 147 148endmenu 149