summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Makefile
diff options
context:
space:
mode:
authorAshwin Chaugule2015-10-02 16:04:01 +0200
committerRafael J. Wysocki2015-10-12 23:04:31 +0200
commit5477fb3bd1e8e43299761850318fe0057172a24a (patch)
tree0beb02d51d5901f46bd2f90a4938d3a23423c680 /drivers/cpufreq/Makefile
parentACPI: Introduce CPU performance controls using CPPC (diff)
downloadkernel-qcow2-linux-5477fb3bd1e8e43299761850318fe0057172a24a.tar.gz
kernel-qcow2-linux-5477fb3bd1e8e43299761850318fe0057172a24a.tar.xz
kernel-qcow2-linux-5477fb3bd1e8e43299761850318fe0057172a24a.zip
ACPI / CPPC: Add a CPUFreq driver for use with CPPC
This driver utilizes the methods introduced in a previous patch titled - "ACPI: Introduce CPU performance controls using CPPC" and enables usage with existing CPUFreq governors. Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org> Reviewed-by: Al Stone <al.stone@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/Makefile')
-rw-r--r--drivers/cpufreq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile
index 41340384f11f..47a7ebbcf998 100644
--- a/drivers/cpufreq/Makefile
+++ b/drivers/cpufreq/Makefile
@@ -76,6 +76,8 @@ obj-$(CONFIG_ARM_SPEAR_CPUFREQ) += spear-cpufreq.o
obj-$(CONFIG_ARM_TEGRA20_CPUFREQ) += tegra20-cpufreq.o
obj-$(CONFIG_ARM_TEGRA124_CPUFREQ) += tegra124-cpufreq.o
obj-$(CONFIG_ARM_VEXPRESS_SPC_CPUFREQ) += vexpress-spc-cpufreq.o
+obj-$(CONFIG_ACPI_CPPC_CPUFREQ) += cppc_cpufreq.o
+
##################################################################################
# PowerPC platform drivers