diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-15 20:17:52 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-15 20:17:52 +0200 |
commit | 5a4179460cb50d939a2ae713cf88fcbff75f2c1c (patch) | |
tree | f41bfc36bbb14be449aaeecf01df592a5fd553f4 /drivers/idle/Kconfig | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanup (diff) | |
parent | intel_idle: recognize Lincroft Atom Processor (diff) | |
download | linux-5a4179460cb50d939a2ae713cf88fcbff75f2c1c.tar.xz linux-5a4179460cb50d939a2ae713cf88fcbff75f2c1c.zip |
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
* 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6:
intel_idle: recognize Lincroft Atom Processor
intel_idle: no longer EXPERIMENTAL
intel_idle: disable module support
intel_idle: add support for Westmere-EX
intel_idle: delete power_policy modparam, and choose substate functions
intel_idle: delete substates DEBUG modparam
Diffstat (limited to 'drivers/idle/Kconfig')
-rw-r--r-- | drivers/idle/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/idle/Kconfig b/drivers/idle/Kconfig index fb5c5186d4aa..8489eb58a52c 100644 --- a/drivers/idle/Kconfig +++ b/drivers/idle/Kconfig @@ -1,9 +1,8 @@ config INTEL_IDLE - tristate "Cpuidle Driver for Intel Processors" + bool "Cpuidle Driver for Intel Processors" depends on CPU_IDLE depends on X86 depends on CPU_SUP_INTEL - depends on EXPERIMENTAL help Enable intel_idle, a cpuidle driver that includes knowledge of native Intel hardware idle features. The acpi_idle driver |