watchdog: wm831x_wdt: use devm_gpio_request_one()
[deliverable/linux.git] / drivers / cpuidle / Kconfig
1
2 menuconfig CPU_IDLE
3 bool "CPU idle PM support"
4 default y if ACPI || PPC_PSERIES
5 select CPU_IDLE_GOV_LADDER if (!NO_HZ && !NO_HZ_IDLE)
6 select CPU_IDLE_GOV_MENU if (NO_HZ || NO_HZ_IDLE)
7 help
8 CPU idle is a generic framework for supporting software-controlled
9 idle processor power management. It includes modular cross-platform
10 governors that can be swapped during runtime.
11
12 If you're using an ACPI-enabled platform, you should say Y here.
13
14 if CPU_IDLE
15
16 config CPU_IDLE_MULTIPLE_DRIVERS
17 bool "Support multiple cpuidle drivers"
18 default n
19 help
20 Allows the cpuidle framework to use different drivers for each CPU.
21 This is useful if you have a system with different CPU latencies and
22 states. If unsure say N.
23
24 config CPU_IDLE_GOV_LADDER
25 bool "Ladder governor (for periodic timer tick)"
26 default y
27
28 config CPU_IDLE_GOV_MENU
29 bool "Menu governor (for tickless system)"
30 default y
31
32 config CPU_IDLE_CALXEDA
33 bool "CPU Idle Driver for Calxeda processors"
34 depends on ARCH_HIGHBANK
35 select ARM_CPU_SUSPEND
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
45 endif
46
47 config ARCH_NEEDS_CPU_IDLE_COUPLED
48 def_bool n
This page took 0.033497 seconds and 5 git commands to generate.