Files
linux-apfs/drivers/idle/Kconfig
T

18 lines
442 B
Plaintext
Raw Normal View History

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