Kconfig 442 字节
Newer Older
A
Andy Henroid 已提交
1 2 3 4 5 6 7

menu "Memory power savings"

config I7300_IDLE_IOAT_CHANNEL
	bool

config I7300_IDLE
8
	tristate "Intel chipset idle memory power saving driver"
A
Andy Henroid 已提交
9
	select I7300_IDLE_IOAT_CHANNEL
10
	depends on X86_64 && EXPERIMENTAL
A
Andy Henroid 已提交
11
	help
12 13 14 15
	  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.
A
Andy Henroid 已提交
16 17

endmenu