mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
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 <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2365508 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Alex Waterman
parent
876feb8842
commit
73ff4ac334
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user