diff options
author | Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> | 2019-08-07 11:23:30 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-10-03 09:10:58 -0500 |
commit | ea268870d6f548d0661e896e9746673210c1fa79 (patch) | |
tree | 42b3a2f99becebc401467677a6759f448a5dff17 | |
parent | 96a3b32e67236f547cc8acd69d5a3cef125b2295 (diff) | |
download | linux-ea268870d6f548d0661e896e9746673210c1fa79.tar.gz linux-ea268870d6f548d0661e896e9746673210c1fa79.tar.bz2 linux-ea268870d6f548d0661e896e9746673210c1fa79.zip |
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 <Bhawanpreet.Lakha@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
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 |