diff options
Diffstat (limited to 'drivers/cpuidle/Kconfig.arm')
-rw-r--r-- | drivers/cpuidle/Kconfig.arm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm new file mode 100644 index 000000000000..2c8f17d33ff4 --- /dev/null +++ b/drivers/cpuidle/Kconfig.arm | |||
@@ -0,0 +1,21 @@ | |||
1 | # | ||
2 | # ARM CPU Idle drivers | ||
3 | # | ||
4 | |||
5 | config ARM_HIGHBANK_CPUIDLE | ||
6 | bool "CPU Idle Driver for Calxeda processors" | ||
7 | depends on ARCH_HIGHBANK | ||
8 | select ARM_CPU_SUSPEND | ||
9 | help | ||
10 | Select this to enable cpuidle on Calxeda processors. | ||
11 | |||
12 | config ARM_KIRKWOOD_CPUIDLE | ||
13 | bool "CPU Idle Driver for Marvell Kirkwood SoCs" | ||
14 | depends on ARCH_KIRKWOOD | ||
15 | help | ||
16 | This adds the CPU Idle driver for Marvell Kirkwood SoCs. | ||
17 | |||
18 | config ARM_ZYNQ_CPUIDLE | ||
19 | bool "CPU Idle Driver for Xilinx Zynq processors" | ||
20 | depends on ARCH_ZYNQ | ||
21 | help | ||