From be6a98d3f00c292d347465d96acbec9d8c2783cf Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 12 Oct 2012 12:45:34 -0500 Subject: 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 Cc: Len Brown Cc: "Rafael J. Wysocki" --- drivers/cpuidle/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/cpuidle/Makefile') 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 -- cgit v1.2.3-55-g7522