diff options
author | Konsta Holtta <kholtta@nvidia.com> | 2017-06-27 07:35:23 -0400 |
---|---|---|
committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2017-06-29 16:30:11 -0400 |
commit | 54ab6fc82fafc4cf6d260a7c9a065f89fdffd282 (patch) | |
tree | d2a2c9d05d5f5931b1e3e5cca5b75672d3768777 | |
parent | dedc347b94123f0e049f6845990cb41c679cbdeb (diff) |
gpu: nvgpu: depend on gk20a for TEGRA_19x_GPU
Depend on the main GK20A config for all subitems so that they get
grouped properly under the top level item in the menuconfig.
Change-Id: Ia44179cdebb1f5b24ea626b57ccea40bdd9b2bd8
Signed-off-by: Konsta Holtta <kholtta@nvidia.com>
Reviewed-on: https://git-master/r/1509336
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
-rw-r--r-- | drivers/gpu/nvgpu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index 6440472e..a955c3a7 100644 --- a/drivers/gpu/nvgpu/Kconfig +++ b/drivers/gpu/nvgpu/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config TEGRA_19x_GPU | 1 | config TEGRA_19x_GPU |
2 | bool "Tegra 19x family GPU" | 2 | bool "Tegra 19x family GPU" |
3 | depends on ARCH_TEGRA_19x_SOC | 3 | depends on GK20A && ARCH_TEGRA_19x_SOC |
4 | default y | 4 | default y |
5 | help | 5 | help |
6 | Support for NVIDIA Tegra 19x family of GPU | 6 | Support for NVIDIA Tegra 19x family of GPU |