From 144514b50ca0111d893d8d6efd64a9f39c8f112b Mon Sep 17 00:00:00 2001 From: Daniel Solomon Date: Sat, 19 Oct 2013 17:42:38 -0700 Subject: ARM: config: tegra: Enable NVSR driver Change-Id: Ide5db47e313d9473b023ef7f4cde9121f7714937 Signed-off-by: Daniel Solomon Reviewed-on: http://git-master/r/353413 Reviewed-by: Chao Xu Tested-by: Chao Xu --- drivers/video/tegra/Kconfig | 6 ++++++ drivers/video/tegra/dc/Makefile | 1 + 2 files changed, 7 insertions(+) (limited to 'drivers') diff --git a/drivers/video/tegra/Kconfig b/drivers/video/tegra/Kconfig index 8721fdf76759..2cb19a3542b6 100644 --- a/drivers/video/tegra/Kconfig +++ b/drivers/video/tegra/Kconfig @@ -333,6 +333,12 @@ config TEGRA_LVDS help Say Y here to enable LVDS panel. +config TEGRA_NVSR + bool "Enable NVSR support." + default n + help + Say Y here to enable NVSR support. + config NVMAP_CONVERT_CARVEOUT_TO_IOVMM bool "Convert carveout to IOVMM" depends on TEGRA_NVMAP && IOMMU_API diff --git a/drivers/video/tegra/dc/Makefile b/drivers/video/tegra/dc/Makefile index ecdc53629453..dea90e6acc12 100644 --- a/drivers/video/tegra/dc/Makefile +++ b/drivers/video/tegra/dc/Makefile @@ -19,4 +19,5 @@ obj-y += dc_config.o obj-y += sor.o obj-$(CONFIG_TEGRA_DP) += dp.o obj-$(CONFIG_TEGRA_LVDS) += lvds.o +obj-$(CONFIG_TEGRA_NVSR) += nvsr.o obj-$(CONFIG_TEGRA_DC_EXTENSIONS) += ext/ -- cgit v1.2.3