summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/Kconfig
diff options
context:
space:
mode:
authorJon Mayo <jmayo@nvidia.com>2011-11-21 13:14:31 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-23 17:32:04 -0700
commit0ff9b067d9152b501af662f82464e9021bdcf408 (patch)
tree95442d5bea2e7cba725d4537184b7af3c00a29f2 /drivers/video/tegra/Kconfig
parentdc2056e7a6ad7a1579f645b2dccad6ff42dca82b (diff)
video: tegra: dc: use Kconfig to enable nvhdcp
Use TEGRA_NVHDCP to enable/disable support for NVHDCP on HDMI. Change-Id: If65267e7a4c82c5497271c19ac985bfa8881bca1 Signed-off-by: Jon Mayo <jmayo@nvidia.com> Reviewed-on: http://git-master/r/67883 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Rebase-Id: R0b199e66a9ccc7480b9773bf7cc3a045772cda64
Diffstat (limited to 'drivers/video/tegra/Kconfig')
-rw-r--r--drivers/video/tegra/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/tegra/Kconfig b/drivers/video/tegra/Kconfig
index 172965530bcf..a5e1ba09ff6f 100644
--- a/drivers/video/tegra/Kconfig
+++ b/drivers/video/tegra/Kconfig
@@ -115,5 +115,12 @@ config NVMAP_CONVERT_CARVEOUT_TO_IOVMM
Say Y here to force to convert carveout memory requests to
I/O virtual memory requests.
+config TEGRA_NVHDCP
+ bool "Support NVHDCP content protection on HDMI"
+ default n
+ help
+ Say Y here to support NVHDCP upstream and downstream protocols, this
+ requires a correctly fused chip to negotiate keys.
+
endif