summaryrefslogtreecommitdiff
path: root/drivers/video/tegra
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra')
-rw-r--r--drivers/video/tegra/Kconfig6
-rw-r--r--drivers/video/tegra/dc/Makefile1
2 files changed, 7 insertions, 0 deletions
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/