diff options
Diffstat (limited to 'drivers/cpuidle/Kconfig')
-rw-r--r-- | drivers/cpuidle/Kconfig | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/drivers/cpuidle/Kconfig b/drivers/cpuidle/Kconfig index 0e2cd5cab4d0..b3fb81d7cf04 100644 --- a/drivers/cpuidle/Kconfig +++ b/drivers/cpuidle/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | menu "CPU Idle" | ||
1 | 2 | ||
2 | menuconfig CPU_IDLE | 3 | config CPU_IDLE |
3 | bool "CPU idle PM support" | 4 | bool "CPU idle PM support" |
4 | default y if ACPI || PPC_PSERIES | 5 | default y if ACPI || PPC_PSERIES |
5 | select CPU_IDLE_GOV_LADDER if (!NO_HZ && !NO_HZ_IDLE) | 6 | select CPU_IDLE_GOV_LADDER if (!NO_HZ && !NO_HZ_IDLE) |
@@ -29,20 +30,13 @@ config CPU_IDLE_GOV_MENU | |||
29 | bool "Menu governor (for tickless system)" | 30 | bool "Menu governor (for tickless system)" |
30 | default y | 31 | default y |
31 | 32 | ||
32 | config CPU_IDLE_CALXEDA | 33 | menu "ARM CPU Idle Drivers" |
33 | bool "CPU Idle Driver for Calxeda processors" | 34 | depends on ARM |
34 | depends on ARCH_HIGHBANK | 35 | source "drivers/cpuidle/Kconfig.arm" |
35 | select ARM_CPU_SUSPEND | 36 | endmenu |
36 | help | ||
37 | Select this to enable cpuidle on Calxeda processors. | ||
38 | |||
39 | config CPU_IDLE_ZYNQ | ||
40 | bool "CPU Idle Driver for Xilinx Zynq processors" | ||
41 | depends on ARCH_ZYNQ | ||
42 | help | ||
43 | Select this to enable cpuidle on Xilinx Zynq processors. | ||
44 | 37 | ||
45 | endif | 38 | endif |
46 | 39 | ||
47 | config ARCH_NEEDS_CPU_IDLE_COUPLED | 40 | config ARCH_NEEDS_CPU_IDLE_COUPLED |
48 | def_bool n | 41 | def_bool n |
42 | endmenu | ||