summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/cadence/Makefile
diff options
context:
space:
mode:
authorParshuram Thombare <pthombar@cadence.com>2021-04-10 20:15:42 +0200
committerRobert Foss <robert.foss@linaro.org>2021-04-13 10:28:05 +0200
commit6a3608eae6d33a478a29348eb5e9ca330a528ae6 (patch)
treeb839c3cf659f7c7397f7c46914cd4e33b9dda724 /drivers/gpu/drm/bridge/cadence/Makefile
parent7169d082e7e623209081318abc26b0d899a4e63f (diff)
drm: bridge: cdns-mhdp8546: Enable HDCP
This patch enable HDCP in MHDP driver. Signed-off-by: Parshuram Thombare <pthombar@cadence.com> Reviewed-by: Robert Foss <robert.foss@linaro.org> Signed-off-by: Robert Foss <robert.foss@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/1618078542-30679-1-git-send-email-pthombar@cadence.com
Diffstat (limited to 'drivers/gpu/drm/bridge/cadence/Makefile')
-rw-r--r--drivers/gpu/drm/bridge/cadence/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bridge/cadence/Makefile b/drivers/gpu/drm/bridge/cadence/Makefile
index 8f647991b374..4d2db8df1bc6 100644
--- a/drivers/gpu/drm/bridge/cadence/Makefile
+++ b/drivers/gpu/drm/bridge/cadence/Makefile
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_DRM_CDNS_MHDP8546) += cdns-mhdp8546.o
-cdns-mhdp8546-y := cdns-mhdp8546-core.o
+cdns-mhdp8546-y := cdns-mhdp8546-core.o cdns-mhdp8546-hdcp.o
cdns-mhdp8546-$(CONFIG_DRM_CDNS_MHDP8546_J721E) += cdns-mhdp8546-j721e.o