From 4dd4587f1734f06d1bc2173a282fcd7a10613d58 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Wed, 1 Jun 2016 08:47:30 -0700 Subject: gpu: t19x: config: Add t19x config file Add t19x config file to enable config for TEGRA_T19x_GPU. Bug 1757988 Change-Id: I0d1afd3f9a1d8f3b08963a07090583a2bb46dd69 Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/1157320 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/gpu/nvgpu/Kconfig (limited to 'drivers/gpu/nvgpu/Kconfig') diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig new file mode 100644 index 00000000..6440472e --- /dev/null +++ b/drivers/gpu/nvgpu/Kconfig @@ -0,0 +1,6 @@ +config TEGRA_19x_GPU + bool "Tegra 19x family GPU" + depends on ARCH_TEGRA_19x_SOC + default y + help + Support for NVIDIA Tegra 19x family of GPU -- cgit v1.2.2 From 54ab6fc82fafc4cf6d260a7c9a065f89fdffd282 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Tue, 27 Jun 2017 14:35:23 +0300 Subject: 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 Reviewed-on: https://git-master/r/1509336 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/Kconfig') 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 @@ config TEGRA_19x_GPU bool "Tegra 19x family GPU" - depends on ARCH_TEGRA_19x_SOC + depends on GK20A && ARCH_TEGRA_19x_SOC default y help Support for NVIDIA Tegra 19x family of GPU -- cgit v1.2.2