Merge tag 'mac80211-for-davem-2016-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
[deliverable/linux.git] / drivers / idle / Kconfig
CommitLineData
26717172 1config INTEL_IDLE
6ce9cd86 2 bool "Cpuidle Driver for Intel Processors"
26717172
LB
3 depends on CPU_IDLE
4 depends on X86
5 depends on CPU_SUP_INTEL
26717172
LB
6 help
7 Enable intel_idle, a cpuidle driver that includes knowledge of
8 native Intel hardware idle features. The acpi_idle driver
9 can be configured at the same time, in order to handle
10 processors intel_idle does not support.
27471fdb
AH
11
12menu "Memory power savings"
2830c9fb 13depends on X86_64
27471fdb
AH
14
15config I7300_IDLE_IOAT_CHANNEL
16 bool
17
18config I7300_IDLE
33093e18 19 tristate "Intel chipset idle memory power saving driver"
27471fdb 20 select I7300_IDLE_IOAT_CHANNEL
27471fdb 21 help
33093e18
VP
22 Enable memory power savings when idle with certain Intel server
23 chipsets. The chipset must have I/O AT support, such as the
24 Intel 7300. The power savings depends on the type and quantity of
25 DRAM devices.
27471fdb
AH
26
27endmenu
This page took 0.492821 seconds and 5 git commands to generate.