Kconfig 404 B

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