https://github.com/torvalds/linux
Revision 31aeb6c815549948571eec988ad9728c27d7a68d authored by Linus Torvalds on 09 January 2009, 23:18:49 UTC, committed by Linus Torvalds on 09 January 2009, 23:18:49 UTC
* git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus:
  MAINTAINERS: squashfs entry
  Squashfs: documentation
  Squashfs: initrd support
  Squashfs: Kconfig entry
  Squashfs: Makefiles
  Squashfs: header files
  Squashfs: block operations
  Squashfs: cache operations
  Squashfs: uid/gid lookup operations
  Squashfs: fragment block operations
  Squashfs: export operations
  Squashfs: super block operations
  Squashfs: symlink operations
  Squashfs: regular file operations
  Squashfs: directory readdir operations
  Squashfs: directory lookup operations
  Squashfs: inode operations
2 parent s c40f6f8 + fc55584
Raw File
Tip revision: 31aeb6c815549948571eec988ad9728c27d7a68d authored by Linus Torvalds on 09 January 2009, 23:18:49 UTC
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Tip revision: 31aeb6c
Kconfig

menu "Memory power savings"
depends on X86_64

config I7300_IDLE_IOAT_CHANNEL
	bool

config I7300_IDLE
	tristate "Intel chipset idle memory power saving driver"
	select I7300_IDLE_IOAT_CHANNEL
	depends on EXPERIMENTAL
	help
	  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
back to top