diff options
| author | Andrew Lunn <andrew@lunn.ch> | 2013-01-09 07:22:15 -0500 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2013-01-31 12:01:37 -0500 |
| commit | 9cfc94eb0f4843af5d1141a37d7b7ca5d3b27220 (patch) | |
| tree | 10a852a3b4717423a0186ba0d47f0e85b39bbc13 /drivers/cpuidle/Kconfig | |
| parent | a1671da560df1f6bd20d8c6934d1cfa2aacc4f32 (diff) | |
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/Kconfig | 6 |
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 | |||
| 39 | help | 39 | help |
| 40 | Select this to enable cpuidle on Calxeda processors. | 40 | Select this to enable cpuidle on Calxeda processors. |
| 41 | 41 | ||
| 42 | config CPU_IDLE_KIRKWOOD | ||
| 43 | bool "CPU Idle Driver for Kirkwood processors" | ||
| 44 | depends on ARCH_KIRKWOOD | ||
| 45 | help | ||
| 46 | Select this to enable cpuidle on Kirkwood processors. | ||
| 47 | |||
| 42 | endif | 48 | endif |
