Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87e8465a authored by Junjie Wu's avatar Junjie Wu
Browse files

qcom-cpufreq: Use CONFIG_CPU_FREQ_MSM to compile qcom-cpufreq



The config string used for compiling qcom-cpufreq was changed from
CONFIG_CPU_FREQ_MSM to CONFIG_ARCH_MSM in
d0e09738 (msm: cpufreq: Move cpufreq
to drivers/cpufreq/)

However, not all targets with CONFIG_ARCH_MSM will always have cpufreq
enabled all the time. Previous change leads to definition errors when
CONFIG_CPU_FREQ_MSM is not selected on certain MSM targets.

Change-Id: I1f99e27282032ab62216100e5712b751dcc10fe9
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 879cdf53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ obj-$(CONFIG_ARM_SA1100_CPUFREQ) += sa1100-cpufreq.o
obj-$(CONFIG_ARM_SA1110_CPUFREQ)	+= sa1110-cpufreq.o
obj-$(CONFIG_ARM_SPEAR_CPUFREQ)		+= spear-cpufreq.o
obj-$(CONFIG_ARCH_TEGRA)		+= tegra-cpufreq.o
obj-$(CONFIG_ARCH_MSM)			+= qcom-cpufreq.o
obj-$(CONFIG_CPU_FREQ_MSM)		+= qcom-cpufreq.o

##################################################################################
# PowerPC platform drivers