Kconfig (c5060b09f460fc83846d361018a124fcade1b9e9) Kconfig (1e0f66420b13fdd45754be0f15220a9185d59aa4)
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

--- 64 unchanged lines hidden (view full) ---

73 internally and don't need this driver, but the DRM subsystem is
74 moving towards separating connector handling from display controllers
75 on ARM-based platforms. Saying Y here when this driver is not needed
76 will not cause any issue.
77
78config DRM_ITE_IT6505
79 tristate "ITE IT6505 DisplayPort bridge"
80 depends on OF
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

--- 64 unchanged lines hidden (view full) ---

73 internally and don't need this driver, but the DRM subsystem is
74 moving towards separating connector handling from display controllers
75 on ARM-based platforms. Saying Y here when this driver is not needed
76 will not cause any issue.
77
78config DRM_ITE_IT6505
79 tristate "ITE IT6505 DisplayPort bridge"
80 depends on OF
81 select DRM_DISPLAY_DP_HELPER
82 select DRM_DISPLAY_HELPER
81 select DRM_DP_AUX_BUS
83 select DRM_DP_AUX_BUS
82 select DRM_DP_HELPER
83 select DRM_KMS_HELPER
84 select EXTCON
85 help
86 ITE IT6505 DisplayPort bridge chip driver.
87
88config DRM_LONTIUM_LT8912B
89 tristate "Lontium LT8912B DSI/HDMI bridge"
90 depends on OF

--- 110 unchanged lines hidden (view full) ---

201 select DRM_KMS_HELPER
202 select BACKLIGHT_CLASS_DEVICE
203 help
204 Parade eDP-LVDS bridge chip driver.
205
206config DRM_PARADE_PS8640
207 tristate "Parade PS8640 MIPI DSI to eDP Converter"
208 depends on OF
84 select DRM_KMS_HELPER
85 select EXTCON
86 help
87 ITE IT6505 DisplayPort bridge chip driver.
88
89config DRM_LONTIUM_LT8912B
90 tristate "Lontium LT8912B DSI/HDMI bridge"
91 depends on OF

--- 110 unchanged lines hidden (view full) ---

202 select DRM_KMS_HELPER
203 select BACKLIGHT_CLASS_DEVICE
204 help
205 Parade eDP-LVDS bridge chip driver.
206
207config DRM_PARADE_PS8640
208 tristate "Parade PS8640 MIPI DSI to eDP Converter"
209 depends on OF
210 select DRM_DISPLAY_DP_HELPER
211 select DRM_DISPLAY_HELPER
209 select DRM_DP_AUX_BUS
212 select DRM_DP_AUX_BUS
210 select DRM_DP_HELPER
211 select DRM_KMS_HELPER
212 select DRM_MIPI_DSI
213 select DRM_PANEL
214 help
215 Choose this option if you have PS8640 for display
216 The PS8640 is a high-performance and low-power
217 MIPI DSI to eDP converter
218

--- 54 unchanged lines hidden (view full) ---

273 select DRM_KMS_HELPER
274 select DRM_PANEL
275 help
276 Toshiba TC358764 DSI/LVDS bridge driver.
277
278config DRM_TOSHIBA_TC358767
279 tristate "Toshiba TC358767 eDP bridge"
280 depends on OF
213 select DRM_KMS_HELPER
214 select DRM_MIPI_DSI
215 select DRM_PANEL
216 help
217 Choose this option if you have PS8640 for display
218 The PS8640 is a high-performance and low-power
219 MIPI DSI to eDP converter
220

--- 54 unchanged lines hidden (view full) ---

275 select DRM_KMS_HELPER
276 select DRM_PANEL
277 help
278 Toshiba TC358764 DSI/LVDS bridge driver.
279
280config DRM_TOSHIBA_TC358767
281 tristate "Toshiba TC358767 eDP bridge"
282 depends on OF
281 select DRM_DP_HELPER
283 select DRM_DISPLAY_DP_HELPER
284 select DRM_DISPLAY_HELPER
282 select DRM_KMS_HELPER
283 select REGMAP_I2C
284 select DRM_MIPI_DSI
285 select DRM_PANEL
286 help
287 Toshiba TC358767 eDP bridge chip driver.
288
289config DRM_TOSHIBA_TC358768

--- 4 unchanged lines hidden (view full) ---

294 select DRM_PANEL
295 select DRM_MIPI_DSI
296 help
297 Toshiba TC358768AXBG/TC358778XBG DSI bridge chip driver.
298
299config DRM_TOSHIBA_TC358775
300 tristate "Toshiba TC358775 DSI/LVDS bridge"
301 depends on OF
285 select DRM_KMS_HELPER
286 select REGMAP_I2C
287 select DRM_MIPI_DSI
288 select DRM_PANEL
289 help
290 Toshiba TC358767 eDP bridge chip driver.
291
292config DRM_TOSHIBA_TC358768

--- 4 unchanged lines hidden (view full) ---

297 select DRM_PANEL
298 select DRM_MIPI_DSI
299 help
300 Toshiba TC358768AXBG/TC358778XBG DSI bridge chip driver.
301
302config DRM_TOSHIBA_TC358775
303 tristate "Toshiba TC358775 DSI/LVDS bridge"
304 depends on OF
302 select DRM_DP_HELPER
305 select DRM_DISPLAY_DP_HELPER
306 select DRM_DISPLAY_HELPER
303 select DRM_KMS_HELPER
304 select REGMAP_I2C
305 select DRM_PANEL
306 select DRM_MIPI_DSI
307 help
308 Toshiba TC358775 DSI/LVDS bridge chip driver.
309
310config DRM_TI_TFP410

--- 11 unchanged lines hidden (view full) ---

322 select DRM_PANEL
323 select DRM_MIPI_DSI
324 help
325 Texas Instruments SN65DSI83 and SN65DSI84 DSI to LVDS Bridge driver
326
327config DRM_TI_SN65DSI86
328 tristate "TI SN65DSI86 DSI to eDP bridge"
329 depends on OF
307 select DRM_KMS_HELPER
308 select REGMAP_I2C
309 select DRM_PANEL
310 select DRM_MIPI_DSI
311 help
312 Toshiba TC358775 DSI/LVDS bridge chip driver.
313
314config DRM_TI_TFP410

--- 11 unchanged lines hidden (view full) ---

326 select DRM_PANEL
327 select DRM_MIPI_DSI
328 help
329 Texas Instruments SN65DSI83 and SN65DSI84 DSI to LVDS Bridge driver
330
331config DRM_TI_SN65DSI86
332 tristate "TI SN65DSI86 DSI to eDP bridge"
333 depends on OF
330 select DRM_DP_HELPER
334 select DRM_DISPLAY_DP_HELPER
335 select DRM_DISPLAY_HELPER
331 select DRM_KMS_HELPER
332 select REGMAP_I2C
333 select DRM_PANEL
334 select DRM_MIPI_DSI
335 select AUXILIARY_BUS
336 select DRM_DP_AUX_BUS
337 help
338 Texas Instruments SN65DSI86 DSI to eDP Bridge driver

--- 18 unchanged lines hidden ---
336 select DRM_KMS_HELPER
337 select REGMAP_I2C
338 select DRM_PANEL
339 select DRM_MIPI_DSI
340 select AUXILIARY_BUS
341 select DRM_DP_AUX_BUS
342 help
343 Texas Instruments SN65DSI86 DSI to eDP Bridge driver

--- 18 unchanged lines hidden ---