- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / drivers / cpuidle / Kconfig
1
2 config CPU_IDLE
3         bool "CPU idle PM support"
4         depends on !PROCESSOR_EXTERNAL_CONTROL
5         default y if ACPI || PPC_PSERIES
6         help
7           CPU idle is a generic framework for supporting software-controlled
8           idle processor power management.  It includes modular cross-platform
9           governors that can be swapped during runtime.
10
11           If you're using an ACPI-enabled platform, you should say Y here.
12
13 config CPU_IDLE_GOV_LADDER
14         bool
15         depends on CPU_IDLE
16         default y
17
18 config CPU_IDLE_GOV_MENU
19         bool
20         depends on CPU_IDLE && NO_HZ
21         default y