aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cpuidle/Kconfig
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2013-01-09 13:22:15 +0100
committerJason Cooper <jason@lakedaemon.net>2013-01-31 17:01:37 +0000
commit9cfc94eb0f4843af5d1141a37d7b7ca5d3b27220 (patch)
tree10a852a3b4717423a0186ba0d47f0e85b39bbc13 /drivers/cpuidle/Kconfig
parentrtc: Add support of rtc-mv for MVEBU SoCs (diff)
downloadwireguard-linux-9cfc94eb0f4843af5d1141a37d7b7ca5d3b27220.tar.xz
wireguard-linux-9cfc94eb0f4843af5d1141a37d7b7ca5d3b27220.zip
cpuidle: kirkwood: Move out of mach directory
Move the Kirkwood cpuidle driver out of arch/arm/mach-kirkwood and into drivers/cpuidle. Convert the driver into a platform driver. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/cpuidle/Kconfig')
-rw-r--r--drivers/cpuidle/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig
index c4cc27e5c8a5..071e2c3eec4f 100644
--- a/drivers/cpuidle/Kconfig
+++ b/drivers/cpuidle/Kconfig
@@ -39,4 +39,10 @@ config CPU_IDLE_CALXEDA
help
Select this to enable cpuidle on Calxeda processors.
+config CPU_IDLE_KIRKWOOD
+ bool "CPU Idle Driver for Kirkwood processors"
+ depends on ARCH_KIRKWOOD
+ help
+ Select this to enable cpuidle on Kirkwood processors.
+
endif