|
1 | 1 | # SPDX-License-Identifier: MIT |
2 | 2 |
|
3 | | -config DRM_DISPLAY_DP_AUX_BUS |
| 3 | +config DRM_DISPLAY_HELPER |
4 | 4 | tristate |
5 | 5 | depends on DRM |
6 | | - depends on OF || COMPILE_TEST |
| 6 | + help |
| 7 | + DRM helpers for display adapters. |
7 | 8 |
|
8 | | -config DRM_DISPLAY_HELPER |
| 9 | +config DRM_DISPLAY_DP_AUX_BUS |
9 | 10 | tristate |
10 | 11 | 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 |
11 | 19 | 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. |
13 | 34 |
|
14 | 35 | config DRM_DISPLAY_DP_HELPER |
15 | 36 | bool |
@@ -49,24 +70,3 @@ config DRM_DISPLAY_HDMI_HELPER |
49 | 70 | depends on DRM_DISPLAY_HELPER |
50 | 71 | help |
51 | 72 | 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