gpu: nvgpu: use correct config for t19x

Use TEGRA_19x_GPU config instead of ARCH_TEGRA_19x_SOC for
t19x functionality. This config will defined only when gpu
repository for t19x is available.

Bug 1757988

Change-Id: I53421f31cbed49a2fb24085c150599c78b8158c0
Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-on: http://git-master/r/1158183
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Seshendra Gadagottu
2016-06-02 09:52:05 -07:00
committed by Terje Bergstrom
parent e8b408ef27
commit 608101dbfa
2 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ struct nvgpu_gpu_zbc_query_table_args {
#include <linux/nvgpu-t18x.h>
#endif
#ifdef CONFIG_ARCH_TEGRA_19x_SOC
#ifdef CONFIG_TEGRA_19x_GPU
#include <linux/nvgpu-t19x.h>
#endif