2008-10-09 18:45:22 +00:00
|
|
|
|
|
|
|
menu "Memory power savings"
|
2008-10-24 18:00:35 +00:00
|
|
|
depends on X86_64
|
2008-10-09 18:45:22 +00:00
|
|
|
|
|
|
|
config I7300_IDLE_IOAT_CHANNEL
|
|
|
|
bool
|
|
|
|
|
|
|
|
config I7300_IDLE
|
2008-10-22 23:51:03 +00:00
|
|
|
tristate "Intel chipset idle memory power saving driver"
|
2008-10-09 18:45:22 +00:00
|
|
|
select I7300_IDLE_IOAT_CHANNEL
|
2008-10-24 18:00:35 +00:00
|
|
|
depends on EXPERIMENTAL
|
2008-10-09 18:45:22 +00:00
|
|
|
help
|
2008-10-22 23:51:03 +00: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 18:45:22 +00:00
|
|
|
|
|
|
|
endmenu
|