From 8f4a590cf22fa9691953e9be0dca18b399228167 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Tue, 16 May 2017 15:10:22 +0530 Subject: gpu: nvgpu: remove TEGRA_CLK_FRAMEWORK support CONFIG_TEGRA_CLK_FRAMEWORK is no longer supported hence remove this config and all the code that is protected with this config Jira NVGPU-49 Change-Id: Ica28019e0c99e95743216e005ba2fba20357b2d5 Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/1483090 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Kconfig.nvgpu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/Kconfig.nvgpu') diff --git a/drivers/gpu/nvgpu/Kconfig.nvgpu b/drivers/gpu/nvgpu/Kconfig.nvgpu index 4d7e0f12..73904a94 100644 --- a/drivers/gpu/nvgpu/Kconfig.nvgpu +++ b/drivers/gpu/nvgpu/Kconfig.nvgpu @@ -36,7 +36,7 @@ config GK20A_PERFMON decrease frequency if idle). config GK20A_DEVFREQ - depends on TEGRA_CLK_FRAMEWORK || COMMON_CLK + depends on COMMON_CLK bool "Use Devfreq" help Select this to use devfreq based scaling. @@ -104,7 +104,7 @@ config TEGRA_ACR config TEGRA_USE_NA_GPCPLL bool "Enable noise aware mode of GM20B GPCPLL on Tegra" - depends on TEGRA_CLK_FRAMEWORK || COMMON_CLK + depends on COMMON_CLK default n help Enable noise aware (NA) mode of GM20b GPCPLL. In this mode PLL output -- cgit v1.2.2