Kconfig (ff36e78fdb251b9fa65028554689806961e011eb) | Kconfig (0411374bdf2b3cc12a9a4c23f0a1c19814d041b3) |
---|---|
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 --- 13 unchanged lines hidden (view full) --- 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 | 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 --- 13 unchanged lines hidden (view full) --- 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. --- 47 unchanged lines hidden (view full) --- 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 | 30config DRM_LVDS_CODEC 31 tristate "Transparent LVDS encoders and decoders support" 32 depends on OF 33 select DRM_KMS_HELPER 34 select DRM_PANEL_BRIDGE 35 help 36 Support for transparent LVDS encoders and decoders that don't 37 require any configuration. --- 47 unchanged lines hidden (view full) --- 85 Silicon Image SII8620 HDMI/MHL bridge chip driver. 86 87config DRM_SII902X 88 tristate "Silicon Image sii902x RGB/HDMI bridge" 89 depends on OF 90 select DRM_KMS_HELPER 91 select REGMAP_I2C 92 select I2C_MUX |
93 select SND_SOC_HDMI_CODEC if SND_SOC |
|
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 | 94 ---help--- 95 Silicon Image sii902x bridge chip driver. 96 97config DRM_SII9234 98 tristate "Silicon Image SII9234 HDMI/MHL bridge" 99 depends on OF 100 ---help--- 101 Say Y here if you want support for the MHL interface. 102 It is an I2C driver, that detects connection of MHL bridge 103 and starts encapsulation of HDMI signal. 104 |
105config DRM_SIMPLE_BRIDGE 106 tristate "Simple DRM bridge support" 107 depends on OF 108 select DRM_KMS_HELPER 109 help 110 Support for non-programmable DRM bridges, such as ADI ADV7123, TI 111 THS8134 and THS8135 or passive resistor ladder DACs. 112 |
|
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" --- 8 unchanged lines hidden (view full) --- 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 | 113config DRM_THINE_THC63LVD1024 114 tristate "Thine THC63LVD1024 LVDS decoder bridge" 115 depends on OF 116 ---help--- 117 Thine THC63LVD1024 LVDS/parallel converter driver. 118 119config DRM_TOSHIBA_TC358764 120 tristate "TC358764 DSI/LVDS bridge" --- 8 unchanged lines hidden (view full) --- 129 tristate "Toshiba TC358767 eDP bridge" 130 depends on OF 131 select DRM_KMS_HELPER 132 select REGMAP_I2C 133 select DRM_PANEL 134 ---help--- 135 Toshiba TC358767 eDP bridge chip driver. 136 |
137config DRM_TOSHIBA_TC358768 138 tristate "Toshiba TC358768 MIPI DSI bridge" 139 depends on OF 140 select DRM_KMS_HELPER 141 select REGMAP_I2C 142 select DRM_PANEL 143 select DRM_MIPI_DSI 144 help 145 Toshiba TC358768AXBG/TC358778XBG DSI bridge chip driver. 146 |
|
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 --- 16 unchanged lines hidden --- | 147config DRM_TI_TFP410 148 tristate "TI TFP410 DVI/HDMI bridge" 149 depends on OF 150 select DRM_KMS_HELPER 151 ---help--- 152 Texas Instruments TFP410 DVI/HDMI Transmitter driver 153 154config DRM_TI_SN65DSI86 --- 16 unchanged lines hidden --- |