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 <skamble@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2368659
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Debarshi Dutta <ddutta@nvidia.com>
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Sagar Kamble
2020-06-30 12:50:35 +05:30
committed by Alex Waterman
parent d660a5d0e8
commit ff8a649cb1

View File

@@ -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"