From f3c3e4dece89c5e2f77fbfaf3cacd877ba62406c Mon Sep 17 00:00:00 2001 From: Mikko Perttunen Date: Wed, 1 Aug 2018 16:18:57 +0300 Subject: gpu: nvgpu: Depend on PM_DEVFREQ if GK20A_DEVFREQ is selected The GK20A_DEVFREQ requires the kernel devfreq framework (PM_DEVFREQ) to be enabled. Specify this in the Kconfig file. bug 200434446 Change-Id: I9abff330a064ec2835a8a013ea6b9e4ebc6534f1 Signed-off-by: Mikko Perttunen Reviewed-on: https://git-master.nvidia.com/r/1790315 Reviewed-by: Bitan Biswas Tested-by: Bitan Biswas Reviewed-by: svc-misra-checker Reviewed-by: Konsta Holtta Reviewed-by: Timo Alho Reviewed-by: Deepak Nibade Reviewed-by: Bharat Nihalani Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/Kconfig b/drivers/gpu/nvgpu/Kconfig index 0c78f67f..bbd5f6f0 100644 --- a/drivers/gpu/nvgpu/Kconfig +++ b/drivers/gpu/nvgpu/Kconfig @@ -21,7 +21,7 @@ choice Select this entry to enable gk20a scaling config GK20A_DEVFREQ - depends on COMMON_CLK + depends on COMMON_CLK && PM_DEVFREQ bool "Use Devfreq" help Select this to use devfreq based scaling. -- cgit v1.2.2