aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/idle/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/idle/Kconfig')
-rw-r--r--drivers/idle/Kconfig12
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/idle/Kconfig b/drivers/idle/Kconfig
index f5b26dd579e4..f15e90a453d1 100644
--- a/drivers/idle/Kconfig
+++ b/drivers/idle/Kconfig
@@ -1,16 +1,18 @@
1 1
2menu "Memory power savings" 2menu "Memory power savings"
3depends on X86_64
3 4
4config I7300_IDLE_IOAT_CHANNEL 5config I7300_IDLE_IOAT_CHANNEL
5 bool 6 bool
6 7
7config I7300_IDLE 8config I7300_IDLE
8 tristate "Intel chipset idle power saving driver" 9 tristate "Intel chipset idle memory power saving driver"
9 select I7300_IDLE_IOAT_CHANNEL 10 select I7300_IDLE_IOAT_CHANNEL
10 depends on X86_64 11 depends on EXPERIMENTAL
11 help 12 help
12 Enable idle power savings with certain Intel server chipsets. 13 Enable memory power savings when idle with certain Intel server
13 The chipset must have I/O AT support, such as the Intel 7300. 14 chipsets. The chipset must have I/O AT support, such as the
14 The power savings depends on the type and quantity of DRAM devices. 15 Intel 7300. The power savings depends on the type and quantity of
16 DRAM devices.
15 17
16endmenu 18endmenu