summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJong Kim <jongk@nvidia.com>2013-07-09 14:46:51 -0700
committerMatthew Pedro <mapedro@nvidia.com>2013-07-15 10:07:54 -0700
commitd14896fd14270087550851aeb850336cfc076139 (patch)
treef700cf9eab694f9f9091a51c44cc3f4f21d235e3
parent8ea5c18bcf972531850ccfa21241b377ec7c4307 (diff)
arm: tegra11: config: disable HDCP for L4T
HDCP are not used/tested in L4T. It simply generates a lot of meaningless i2c timeout messages and wastes CPU cycles. If needed, individual users may recompile kernel with HDCP enabled. bug 1264520 Change-Id: I9f23c6850a68c7db0613a737becc95607c7559e7 Signed-off-by: Jong Kim <jongk@nvidia.com> Reviewed-on: http://git-master/r/248090 (cherry picked from commit f72439306a30ce3fbbb184cbf43129a0ad1d7297) Reviewed-on: http://git-master/r/248728 Reviewed-by: Matthew Pedro <mapedro@nvidia.com> Tested-by: Matthew Pedro <mapedro@nvidia.com>
-rw-r--r--arch/arm/configs/tegra11_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra11_defconfig b/arch/arm/configs/tegra11_defconfig
index 5665724c25b8..2276f8a64e75 100644
--- a/arch/arm/configs/tegra11_defconfig
+++ b/arch/arm/configs/tegra11_defconfig
@@ -363,7 +363,7 @@ CONFIG_FB=y
CONFIG_TEGRA_GRHOST=y
CONFIG_TEGRA_DC=y
CONFIG_TEGRA_DSI=y
-CONFIG_TEGRA_NVHDCP=y
+# CONFIG_TEGRA_NVHDCP is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set