aboutsummaryrefslogtreecommitdiff
path: root/drivers/idle/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-10-26 16:29:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-26 16:29:12 -0700
commit7eea5b897eb6bbb79d7e6e398f4fbb61fcee57c7 (patch)
treeb06a8cbd9e64078dcece93ba9eb3669727c13277 /drivers/idle/Kconfig
parent0173a3265b228da319ceb9c1ec6a5682fd1b2d92 (diff)
parent9fb3c5ca3dabe06758c35f790c68e273ed749e19 (diff)
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: leds-hp-disk: fix build warning ACPI: Oops in ACPI with git latest ACPI suspend: build fix for ACPI_SLEEP=n && XEN_SAVE_RESTORE=y. toshiba_acpi: always call input_sync() after input_report_switch() ACPI: Always report a sync event after a lid state change ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.c i7300_idle: Fix compile warning CONFIG_I7300_IDLE_IOAT_CHANNEL not defined i7300_idle: Cleanup based review comments i7300_idle: Disable ioat channel only on platforms where ile driver can load
Diffstat (limited to 'drivers/idle/Kconfig')
-rw-r--r--drivers/idle/Kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/idle/Kconfig b/drivers/idle/Kconfig
index f5b26dd579e..108264de0ac 100644
--- a/drivers/idle/Kconfig
+++ b/drivers/idle/Kconfig
@@ -5,12 +5,13 @@ config I7300_IDLE_IOAT_CHANNEL
bool
config I7300_IDLE
- tristate "Intel chipset idle power saving driver"
+ tristate "Intel chipset idle memory power saving driver"
select I7300_IDLE_IOAT_CHANNEL
- depends on X86_64
+ depends on X86_64 && EXPERIMENTAL
help
- Enable idle power savings with certain Intel server chipsets.
- The chipset must have I/O AT support, such as the Intel 7300.
- The power savings depends on the type and quantity of DRAM devices.
+ Enable memory power savings when idle with certain Intel server
+ chipsets. The chipset must have I/O AT support, such as the
+ Intel 7300. The power savings depends on the type and quantity of
+ DRAM devices.
endmenu