From ff8a649cb1842df26f10dc920a733cce3c5a2c13 Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Tue, 30 Jun 2020 12:50:35 +0530 Subject: [PATCH] gpu: nvgpu: remove TEGRA_HOST1X dependency for TEGRA_GK20A_NVHOST Remove this dependency as that nvgpu-nvhost interface is not maintained and if needed this can be added back later once the newer version of nvhost driver becomes available for upstream kernel. Bug 200617256 Change-Id: I7db84d291fcfade71526919e3124687a156bc6a7 Signed-off-by: Sagar Kamble Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2368659 Tested-by: mobile promotions Reviewed-by: automaticguardword Reviewed-by: Debarshi Dutta Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index fe2ff38a2..fe6c7985b 100644 --- a/drivers/gpu/nvgpu/Kconfig +++ b/drivers/gpu/nvgpu/Kconfig @@ -70,13 +70,13 @@ config NVGPU_FECS_TRACE config TEGRA_GK20A_NVHOST bool "Support interfacing with nvhost hardware" - depends on TEGRA_GRHOST || TEGRA_HOST1X + depends on TEGRA_GRHOST depends on GK20A default y help Enable support in GK20A for the nvhost (host1x) dma engine hardware - that includes things like hardware syncpts. This requires either - TEGRA_GRHOST or TEGRA_HOST1X. + that includes things like hardware syncpts. This requires + TEGRA_GRHOST. config TEGRA_GK20A bool "Enable the GK20A GPU on Tegra"