summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/Makefile
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-10-12 12:45:34 -0500
committerRob Herring <rob.herring@calxeda.com>2012-11-07 17:15:36 -0600
commitbe6a98d3f00c292d347465d96acbec9d8c2783cf (patch)
tree0904f11c26daaf11be227060c3afcebeeeea9b79 /drivers/cpuidle/Makefile
parent8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff)
cpuidle: add Calxeda SOC idle support
Add support for core powergating on Calxeda platforms. Initially, this supports ECX-1000 (highbank), but support will be added for ECX-2000 later. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Len Brown <len.brown@intel.com> Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Diffstat (limited to 'drivers/cpuidle/Makefile')
-rw-r--r--drivers/cpuidle/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpuidle/Makefile b/drivers/cpuidle/Makefile
index 38c8f69f30cf..03ee87482c71 100644
--- a/drivers/cpuidle/Makefile
+++ b/drivers/cpuidle/Makefile
@@ -4,3 +4,5 @@
obj-y += cpuidle.o driver.o governor.o sysfs.o governors/
obj-$(CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED) += coupled.o
+
+obj-$(CONFIG_CPU_IDLE_CALXEDA) += cpuidle-calxeda.o