-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynq
Add Kconfig.arm for ARM cpuidle drivers and moves calxeda, kirkwood and zynq to Kconfig.arm. Like in the cpufreq menu, "CPU Idle" menu is added to drivers/cpuidle/Kconfig. Signed-off-by: Sahara <keun-o.park@windriver.com>
- Loading branch information
Sahara
authored and
Daniel Lezcano
committed
Jul 27, 2013
1 parent
3b2f64d
commit b98e01a
Showing
3 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# ARM CPU Idle drivers | ||
# | ||
|
||
config ARM_HIGHBANK_CPUIDLE | ||
bool "CPU Idle Driver for Calxeda processors" | ||
depends on ARCH_HIGHBANK | ||
select ARM_CPU_SUSPEND | ||
help | ||
Select this to enable cpuidle on Calxeda processors. | ||
|
||
config ARM_KIRKWOOD_CPUIDLE | ||
bool "CPU Idle Driver for Marvell Kirkwood SoCs" | ||
depends on ARCH_KIRKWOOD | ||
help | ||
This adds the CPU Idle driver for Marvell Kirkwood SoCs. | ||
|
||
config ARM_ZYNQ_CPUIDLE | ||
bool "CPU Idle Driver for Xilinx Zynq processors" | ||
depends on ARCH_ZYNQ | ||
help |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters