Skip to content

Commit 35fd55c

Browse files
committed
drm/display: Reorder Kconfig symbols
The display kconfig helpers are not organized in any particular order, so let's move them around to create an alphabetical order. Reviewed-by: Jani Nikula <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 847ad2b commit 35fd55c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

drivers/gpu/drm/display/Kconfig

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,36 @@
11
# SPDX-License-Identifier: MIT
22

3-
config DRM_DISPLAY_DP_AUX_BUS
3+
config DRM_DISPLAY_HELPER
44
tristate
55
depends on DRM
6-
depends on OF || COMPILE_TEST
6+
help
7+
DRM helpers for display adapters.
78

8-
config DRM_DISPLAY_HELPER
9+
config DRM_DISPLAY_DP_AUX_BUS
910
tristate
1011
depends on DRM
12+
depends on OF || COMPILE_TEST
13+
14+
config DRM_DISPLAY_DP_AUX_CEC
15+
bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support"
16+
depends on DRM && DRM_DISPLAY_HELPER
17+
select DRM_DISPLAY_DP_HELPER
18+
select CEC_CORE
1119
help
12-
DRM helpers for display adapters.
20+
Choose this option if you want to enable HDMI CEC support for
21+
DisplayPort/USB-C to HDMI adapters.
22+
23+
Note: not all adapters support this feature, and even for those
24+
that do support this they often do not hook up the CEC pin.
25+
26+
config DRM_DISPLAY_DP_AUX_CHARDEV
27+
bool "DRM DP AUX Interface"
28+
depends on DRM && DRM_DISPLAY_HELPER
29+
select DRM_DISPLAY_DP_HELPER
30+
help
31+
Choose this option to enable a /dev/drm_dp_auxN node that allows to
32+
read and write values to arbitrary DPCD registers on the DP aux
33+
channel.
1334

1435
config DRM_DISPLAY_DP_HELPER
1536
bool
@@ -49,24 +70,3 @@ config DRM_DISPLAY_HDMI_HELPER
4970
depends on DRM_DISPLAY_HELPER
5071
help
5172
DRM display helpers for HDMI.
52-
53-
config DRM_DISPLAY_DP_AUX_CHARDEV
54-
bool "DRM DP AUX Interface"
55-
depends on DRM && DRM_DISPLAY_HELPER
56-
select DRM_DISPLAY_DP_HELPER
57-
help
58-
Choose this option to enable a /dev/drm_dp_auxN node that allows to
59-
read and write values to arbitrary DPCD registers on the DP aux
60-
channel.
61-
62-
config DRM_DISPLAY_DP_AUX_CEC
63-
bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support"
64-
depends on DRM && DRM_DISPLAY_HELPER
65-
select DRM_DISPLAY_DP_HELPER
66-
select CEC_CORE
67-
help
68-
Choose this option if you want to enable HDMI CEC support for
69-
DisplayPort/USB-C to HDMI adapters.
70-
71-
Note: not all adapters support this feature, and even for those
72-
that do support this they often do not hook up the CEC pin.

0 commit comments

Comments
 (0)