1
1
# SPDX-License-Identifier: MIT
2
2
3
3
config DRM_DISPLAY_HELPER
4
- tristate "DRM Display Helpers"
4
+ tristate
5
5
depends on DRM
6
6
help
7
7
DRM helpers for display adapters.
8
8
9
9
config DRM_DISPLAY_DP_AUX_BUS
10
- tristate "DRM DisplayPort AUX bus support"
10
+ tristate
11
11
depends on DRM
12
12
depends on OF || COMPILE_TEST
13
13
14
14
config DRM_DISPLAY_DP_AUX_CEC
15
15
bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support"
16
- depends on DRM
17
- depends on DRM_DISPLAY_HELPER
18
- depends on DRM_DISPLAY_DP_HELPER
16
+ depends on DRM && DRM_DISPLAY_HELPER
17
+ select DRM_DISPLAY_DP_HELPER
19
18
select CEC_CORE
20
19
help
21
20
Choose this option if you want to enable HDMI CEC support for
@@ -25,24 +24,23 @@ config DRM_DISPLAY_DP_AUX_CEC
25
24
that do support this they often do not hook up the CEC pin.
26
25
27
26
config DRM_DISPLAY_DP_AUX_CHARDEV
28
- bool "DRM DisplayPort AUX Interface"
29
- depends on DRM
30
- depends on DRM_DISPLAY_HELPER
31
- 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
32
30
help
33
31
Choose this option to enable a /dev/drm_dp_auxN node that allows to
34
32
read and write values to arbitrary DPCD registers on the DP aux
35
33
channel.
36
34
37
35
config DRM_DISPLAY_DP_HELPER
38
- bool "DRM DisplayPort Helpers"
36
+ bool
39
37
depends on DRM_DISPLAY_HELPER
40
38
help
41
39
DRM display helpers for DisplayPort.
42
40
43
41
config DRM_DISPLAY_DP_TUNNEL
44
- bool "DRM DisplayPort tunnels support"
45
- depends on DRM_DISPLAY_DP_HELPER
42
+ bool
43
+ select DRM_DISPLAY_DP_HELPER
46
44
help
47
45
Enable support for DisplayPort tunnels. This allows drivers to use
48
46
DP tunnel features like the Bandwidth Allocation mode to maximize the
@@ -62,13 +60,13 @@ config DRM_DISPLAY_DP_TUNNEL_STATE_DEBUG
62
60
If in doubt, say "N".
63
61
64
62
config DRM_DISPLAY_HDCP_HELPER
65
- bool "DRM HDCD Helpers"
63
+ bool
66
64
depends on DRM_DISPLAY_HELPER
67
65
help
68
66
DRM display helpers for HDCP.
69
67
70
68
config DRM_DISPLAY_HDMI_HELPER
71
- bool "DRM HDMI Helpers"
69
+ bool
72
70
depends on DRM_DISPLAY_HELPER
73
71
help
74
72
DRM display helpers for HDMI.
0 commit comments