summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Makefile
diff options
context:
space:
mode:
authorLinus Walleij2016-10-25 09:21:25 +0200
committerRafael J. Wysocki2016-11-01 06:01:18 +0100
commitae8b8d8f86a03c19c5ecfd848609b2e9438f1cf2 (patch)
treecd3f4f586dda7db0fbfbe14016c1e6bcb15ab37c /drivers/cpufreq/Makefile
parentcpufreq: enable the DT cpufreq driver on the Integrators (diff)
downloadkernel-qcow2-linux-ae8b8d8f86a03c19c5ecfd848609b2e9438f1cf2.tar.gz
kernel-qcow2-linux-ae8b8d8f86a03c19c5ecfd848609b2e9438f1cf2.tar.xz
kernel-qcow2-linux-ae8b8d8f86a03c19c5ecfd848609b2e9438f1cf2.zip
cpufreq: retire the Integrator cpufreq driver
After switching the core module clocks controlling the Integrator clock frequencies to the common clock framework, defining the operating points in the device tree, and activating the generic DT-based CPUfreq driver, we can retire the old Integrator cpufreq driver. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/Makefile')
-rw-r--r--drivers/cpufreq/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile
index 0a9b6a093646..7dde82179d62 100644
--- a/drivers/cpufreq/Makefile
+++ b/drivers/cpufreq/Makefile
@@ -56,7 +56,6 @@ obj-$(CONFIG_UX500_SOC_DB8500) += dbx500-cpufreq.o
obj-$(CONFIG_ARM_EXYNOS5440_CPUFREQ) += exynos5440-cpufreq.o
obj-$(CONFIG_ARM_HIGHBANK_CPUFREQ) += highbank-cpufreq.o
obj-$(CONFIG_ARM_IMX6Q_CPUFREQ) += imx6q-cpufreq.o
-obj-$(CONFIG_ARM_INTEGRATOR) += integrator-cpufreq.o
obj-$(CONFIG_ARM_KIRKWOOD_CPUFREQ) += kirkwood-cpufreq.o
obj-$(CONFIG_ARM_MT8173_CPUFREQ) += mt8173-cpufreq.o
obj-$(CONFIG_ARM_OMAP2PLUS_CPUFREQ) += omap-cpufreq.o