aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/Kconfig
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-10-12 13:45:34 -0400
committerRob Herring <rob.herring@calxeda.com>2012-11-07 18:15:36 -0500
commitbe6a98d3f00c292d347465d96acbec9d8c2783cf (patch)
tree0904f11c26daaf11be227060c3afcebeeeea9b79 /drivers/cpuidle/Kconfig
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/Kconfig')
-rw-r--r--drivers/cpuidle/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig
index a76b689e553b..d2d007b0651a 100644
--- a/drivers/cpuidle/Kconfig
+++ b/drivers/cpuidle/Kconfig
@@ -21,3 +21,13 @@ config CPU_IDLE_GOV_MENU
21 21
22config ARCH_NEEDS_CPU_IDLE_COUPLED 22config ARCH_NEEDS_CPU_IDLE_COUPLED
23 def_bool n 23 def_bool n
24
25if CPU_IDLE
26
27config CPU_IDLE_CALXEDA
28 bool "CPU Idle Driver for Calxeda processors"
29 depends on ARCH_HIGHBANK
30 help
31 Select this to enable cpuidle on Calxeda processors.
32
33endif