From: Bhawanpreet Lakha Date: Wed, 7 Aug 2019 15:23:30 +0000 (-0400) Subject: drm/amd/display: Add hdcp to Kconfig X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ea268870d6f548d0661e896e9746673210c1fa79;p=openwrt%2Fstaging%2Fblogic.git drm/amd/display: Add hdcp to Kconfig [Why] HDCP is not fully finished, so we need to be able to build and run the driver without it. [How] Add a Kconfig to toggle it Signed-off-by: Bhawanpreet Lakha Reviewed-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 71991a28a775..1bbe762ee6ba 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig @@ -44,6 +44,14 @@ config DRM_AMD_DC_DSC_SUPPORT Choose this option if you want to have Dynamic Stream Compression support +config DRM_AMD_DC_HDCP + bool "Enable HDCP support in DC" + depends on DRM_AMD_DC + help + Choose this option + if you want to support + HDCP authentication + config DEBUG_KERNEL_DC bool "Enable kgdb break in DC" depends on DRM_AMD_DC