nvgpu: remove support of nvgpu driver

Using this patch we are removing support of nvgpu
driver for chain-c kernel. Since this driver is not
needed in chain-c kernel.

Bug 3655762

Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com>
Change-Id: I7c3328438d5d17686476c924b8b0dfacd34f9ce0
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2717262
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-by: Amlan Kundu <akundu@nvidia.com>
Reviewed-by: Sandeep Trasi <strasi@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Manish Bhardwaj
2022-05-24 12:15:37 +05:30
committed by mobile promotions
parent 4e25206c7a
commit d177cae3fe

View File

@@ -1,2 +1,4 @@
# Choose this option if you have an SoC with integrated Nvidia GPU IP.
ifneq ($(CONFIG_ARCH_TEGRA_CHAIN_C), y)
obj-m += nvgpu/
endif