Kconfig (671b6c9e763139f435e09a824a6096169730c467) Kconfig (f6c74543dc05fb5a050791a70b06469dc6fd37c2)
1# SPDX-License-Identifier: MIT
2
3config DRM_DISPLAY_DP_AUX_BUS
4 tristate
5 depends on DRM
6 depends on OF || COMPILE_TEST
7
8config DRM_DISPLAY_HELPER

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

20config DRM_DISPLAY_DP_TUNNEL
21 bool
22 select DRM_DISPLAY_DP_HELPER
23 help
24 Enable support for DisplayPort tunnels. This allows drivers to use
25 DP tunnel features like the Bandwidth Allocation mode to maximize the
26 BW utilization for display streams on Thunderbolt links.
27
1# SPDX-License-Identifier: MIT
2
3config DRM_DISPLAY_DP_AUX_BUS
4 tristate
5 depends on DRM
6 depends on OF || COMPILE_TEST
7
8config DRM_DISPLAY_HELPER

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

20config DRM_DISPLAY_DP_TUNNEL
21 bool
22 select DRM_DISPLAY_DP_HELPER
23 help
24 Enable support for DisplayPort tunnels. This allows drivers to use
25 DP tunnel features like the Bandwidth Allocation mode to maximize the
26 BW utilization for display streams on Thunderbolt links.
27
28config DRM_DISPLAY_DEBUG_DP_TUNNEL_STATE
28config DRM_DISPLAY_DP_TUNNEL_STATE_DEBUG
29 bool "Enable debugging the DP tunnel state"
30 depends on REF_TRACKER
31 depends on DRM_DISPLAY_DP_TUNNEL
32 depends on DEBUG_KERNEL
33 depends on EXPERT
34 help
35 Enables debugging the DP tunnel manager's state, including the
36 consistency of all managed tunnels' reference counting and the state of

--- 36 unchanged lines hidden ---
29 bool "Enable debugging the DP tunnel state"
30 depends on REF_TRACKER
31 depends on DRM_DISPLAY_DP_TUNNEL
32 depends on DEBUG_KERNEL
33 depends on EXPERT
34 help
35 Enables debugging the DP tunnel manager's state, including the
36 consistency of all managed tunnels' reference counting and the state of

--- 36 unchanged lines hidden ---