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