2013-07-03 16:49:55 +08:00
|
|
|
#
|
|
|
|
# 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
|
2013-07-10 22:02:04 +08:00
|
|
|
Select this to enable cpuidle on Xilinx Zynq processors.
|
|
|
|
|
|
|
|
config ARM_U8500_CPUIDLE
|
|
|
|
bool "Cpu Idle Driver for the ST-E u8500 processors"
|
|
|
|
depends on ARCH_U8500
|
|
|
|
help
|
|
|
|
Select this to enable cpuidle for ST-E u8500 processors
|
|
|
|
|