Commit a0d698d8 authored by Alain Volmat's avatar Alain Volmat Committed by Viresh Kumar
Browse files

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: default avatarAlain Volmat <avolmat@me.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 305accf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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