Kconfig 450 B

123456789101112131415161718
  1. menu "Memory power savings"
  2. depends on X86_64
  3. config I7300_IDLE_IOAT_CHANNEL
  4. bool
  5. config I7300_IDLE
  6. tristate "Intel chipset idle memory power saving driver"
  7. select I7300_IDLE_IOAT_CHANNEL
  8. depends on EXPERIMENTAL
  9. help
  10. Enable memory power savings when idle with certain Intel server
  11. chipsets. The chipset must have I/O AT support, such as the
  12. Intel 7300. The power savings depends on the type and quantity of
  13. DRAM devices.
  14. endmenu