Kconfig 442 B

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