From 73ff4ac334830ccf00617f6fb94bbb744c623d12 Mon Sep 17 00:00:00 2001 From: Debarshi Dutta Date: Tue, 23 Jun 2020 13:23:18 +0530 Subject: [PATCH] gpu: nvgpu: add downstream dependencies to configs Add downstream dependencies to CONFIG_NVGPU_VPR and CONFIG_NVGPU_TEGRA_FUSE. Assign downstream config dependencies to aid later when Kconfigs will be moved to NVGPU Makefile. Bug 200617256 Change-Id: Ic987404615d0db16ad301ac1f80d0790562fd280 Signed-off-by: Debarshi Dutta Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2365508 Reviewed-by: automaticguardword Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index 4d8eeabbf..fe2ff38a2 100644 --- a/drivers/gpu/nvgpu/Kconfig +++ b/drivers/gpu/nvgpu/Kconfig @@ -214,14 +214,14 @@ config NVGPU_DGPU config NVGPU_VPR bool "NVGPU VPR support" - depends on GK20A + depends on GK20A && TEGRA_VPR default y help Support for NVGPU VPR config NVGPU_TEGRA_FUSE bool "Tegra fuse Support" - depends on GK20A + depends on GK20A && TEGRA_KFUSE default y help Support Tegra fuse