aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/Kconfig
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2016-03-20 10:16:29 -0400
committerRob Clark <robdclark@gmail.com>2016-05-08 10:16:02 -0400
commitfeb46f02c3fa70e6d3e5307cb105cc69c60a3fe3 (patch)
tree28385565640b248fd89f506dcce70589adeee2e8 /drivers/gpu/drm/msm/Kconfig
parent0552f7651bc233e5407ab06ba97a9d7c25e19580 (diff)
drm/msm: make HDCP support optional
It is already optional at runtime. But this at least simplifies backports to kernels without QCOM_SCM. Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/Kconfig')
-rw-r--r--drivers/gpu/drm/msm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig
index 215495c2780c..167a4971f47c 100644
--- a/drivers/gpu/drm/msm/Kconfig
+++ b/drivers/gpu/drm/msm/Kconfig
@@ -23,6 +23,13 @@ config DRM_MSM_REGISTER_LOGGING
23 that can be parsed by envytools demsm tool. If enabled, register 23 that can be parsed by envytools demsm tool. If enabled, register
24 logging can be switched on via msm.reglog=y module param. 24 logging can be switched on via msm.reglog=y module param.
25 25
26config DRM_MSM_HDMI_HDCP
27 bool "Enable HDMI HDCP support in MSM DRM driver"
28 depends on DRM_MSM && QCOM_SCM
29 default y
30 help
31 Choose this option to enable HDCP state machine
32
26config DRM_MSM_DSI 33config DRM_MSM_DSI
27 bool "Enable DSI support in MSM DRM driver" 34 bool "Enable DSI support in MSM DRM driver"
28 depends on DRM_MSM 35 depends on DRM_MSM