aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig.arm
diff options
context:
space:
mode:
authorAlain Volmat <avolmat@me.com>2020-08-31 08:10:13 +0200
committerViresh Kumar <viresh.kumar@linaro.org>2020-09-16 14:12:18 +0530
commita0d698d8c21aaa71b2a2fc6c938d658797e31911 (patch)
treeb61a98f05cba453440d534b19e137637190c4331 /drivers/cpufreq/Kconfig.arm
parentcpufreq: dt-platdev: Blacklist st,stih418 SoC (diff)
downloadlinux-dev-a0d698d8c21aaa71b2a2fc6c938d658797e31911.tar.xz
linux-dev-a0d698d8c21aaa71b2a2fc6c938d658797e31911.zip
cpufreq: arm: Kconfig: add CPUFREQ_DT depend for STI CPUFREQ
The sti cpufreq driver is relying on the CPUFREQ_DT driver hence add the depends within the Kconfig.arm Signed-off-by: Alain Volmat <avolmat@me.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/cpufreq/Kconfig.arm')
-rw-r--r--drivers/cpufreq/Kconfig.arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index cb72fb507d57..bf5830eb664f 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -283,7 +283,7 @@ config ARM_SPEAR_CPUFREQ
config ARM_STI_CPUFREQ
tristate "STi CPUFreq support"
- depends on SOC_STIH407
+ depends on CPUFREQ_DT && SOC_STIH407
help
This driver uses the generic OPP framework to match the running
platform with a predefined set of suitable values. If not provided