drm/amdgpu: Select DRM_DISPLAY_HDCP_HELPER in amdgpu
authorHarry Wentland <harry.wentland@amd.com>
Mon, 13 Feb 2023 18:17:16 +0000 (13:17 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Feb 2023 22:35:58 +0000 (17:35 -0500)
Keeps this selection with the rest of the DRM HELPER
selection.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Kconfig
drivers/gpu/drm/amd/display/Kconfig

index 5341b6b..a82d36e 100644 (file)
@@ -6,6 +6,7 @@ config DRM_AMDGPU
        select FW_LOADER
        select DRM_DISPLAY_DP_HELPER
        select DRM_DISPLAY_HDMI_HELPER
+       select DRM_DISPLAY_HDCP_HELPER
        select DRM_DISPLAY_HELPER
        select DRM_KMS_HELPER
        select DRM_SCHED
index 2efe93f..0c9bd0a 100644 (file)
@@ -28,7 +28,6 @@ config DRM_AMD_DC_DCN
 config DRM_AMD_DC_HDCP
        bool "Enable HDCP support in DC"
        depends on DRM_AMD_DC
-       select DRM_DISPLAY_HDCP_HELPER
        help
          Choose this option if you want to support HDCP authentication.