11# SPDX-License-Identifier: MIT
22
33config DRM_DISPLAY_HELPER
4- tristate "DRM Display Helpers"
4+ tristate
55 depends on DRM
6- default y
76 help
87 DRM helpers for display adapters.
98
109config DRM_DISPLAY_DP_AUX_BUS
11- tristate "DRM DisplayPort AUX bus support"
10+ tristate
1211 depends on DRM
1312 depends on OF || COMPILE_TEST
14- default y
1513
1614config DRM_DISPLAY_DP_AUX_CEC
1715 bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support"
18- depends on DRM
19- depends on DRM_DISPLAY_HELPER
20- depends on DRM_DISPLAY_DP_HELPER
16+ depends on DRM && DRM_DISPLAY_HELPER
17+ select DRM_DISPLAY_DP_HELPER
2118 select CEC_CORE
2219 help
2320 Choose this option if you want to enable HDMI CEC support for
@@ -27,26 +24,23 @@ config DRM_DISPLAY_DP_AUX_CEC
2724 that do support this they often do not hook up the CEC pin.
2825
2926config DRM_DISPLAY_DP_AUX_CHARDEV
30- bool "DRM DisplayPort AUX Interface"
31- depends on DRM
32- depends on DRM_DISPLAY_HELPER
33- depends on DRM_DISPLAY_DP_HELPER
27+ bool "DRM DP AUX Interface"
28+ depends on DRM && DRM_DISPLAY_HELPER
29+ select DRM_DISPLAY_DP_HELPER
3430 help
3531 Choose this option to enable a /dev/drm_dp_auxN node that allows to
3632 read and write values to arbitrary DPCD registers on the DP aux
3733 channel.
3834
3935config DRM_DISPLAY_DP_HELPER
40- bool "DRM DisplayPort Helpers"
36+ bool
4137 depends on DRM_DISPLAY_HELPER
42- select DRM_KMS_HELPER
43- default y
4438 help
4539 DRM display helpers for DisplayPort.
4640
4741config DRM_DISPLAY_DP_TUNNEL
48- bool "DRM DisplayPort tunnels support"
49- depends on DRM_DISPLAY_DP_HELPER
42+ bool
43+ select DRM_DISPLAY_DP_HELPER
5044 help
5145 Enable support for DisplayPort tunnels. This allows drivers to use
5246 DP tunnel features like the Bandwidth Allocation mode to maximize the
@@ -66,15 +60,13 @@ config DRM_DISPLAY_DP_TUNNEL_STATE_DEBUG
6660 If in doubt, say "N".
6761
6862config DRM_DISPLAY_HDCP_HELPER
69- bool "DRM HDCD Helpers"
63+ bool
7064 depends on DRM_DISPLAY_HELPER
71- default y
7265 help
7366 DRM display helpers for HDCP.
7467
7568config DRM_DISPLAY_HDMI_HELPER
76- bool "DRM HDMI Helpers"
69+ bool
7770 depends on DRM_DISPLAY_HELPER
78- default y
7971 help
8072 DRM display helpers for HDMI.
0 commit comments