2010-03-08 22:07:30 +03:00
|
|
|
config INTEL_IDLE
|
2010-08-14 22:40:36 +04:00
|
|
|
bool "Cpuidle Driver for Intel Processors"
|
2010-03-08 22:07:30 +03:00
|
|
|
depends on CPU_IDLE
|
|
|
|
depends on X86
|
|
|
|
depends on CPU_SUP_INTEL
|
|
|
|
help
|
|
|
|
Enable intel_idle, a cpuidle driver that includes knowledge of
|
|
|
|
native Intel hardware idle features. The acpi_idle driver
|
|
|
|
can be configured at the same time, in order to handle
|
|
|
|
processors intel_idle does not support.
|
2008-10-09 22:45:22 +04:00
|
|
|
|
|
|
|
menu "Memory power savings"
|
2008-10-24 22:00:35 +04:00
|
|
|
depends on X86_64
|
2008-10-09 22:45:22 +04:00
|
|
|
|
|
|
|
config I7300_IDLE_IOAT_CHANNEL
|
|
|
|
bool
|
|
|
|
|
|
|
|
config I7300_IDLE
|
2008-10-23 03:51:03 +04:00
|
|
|
tristate "Intel chipset idle memory power saving driver"
|
2008-10-09 22:45:22 +04:00
|
|
|
select I7300_IDLE_IOAT_CHANNEL
|
|
|
|
help
|
2008-10-23 03:51:03 +04:00
|
|
|
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.
|
2008-10-09 22:45:22 +04:00
|
|
|
|
|
|
|
endmenu
|