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

Commit f04b464f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcom-cpufreq: Use CONFIG_CPU_FREQ_MSM to compile qcom-cpufreq"

parents 9fe0d964 87e8465a
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