Blame view

drivers/idle/Kconfig 810 Bytes
267171726   Len Brown   intel_idle: nativ...
1
  config INTEL_IDLE
6ce9cd866   Len Brown   intel_idle: disab...
2
  	bool "Cpuidle Driver for Intel Processors"
267171726   Len Brown   intel_idle: nativ...
3
4
5
  	depends on CPU_IDLE
  	depends on X86
  	depends on CPU_SUP_INTEL
267171726   Len Brown   intel_idle: nativ...
6
7
8
9
10
  	help
  	  Enable intel_idle, a cpuidle driver that includes knowledge of
  	  native Intel hardware idle features.  The acpi_idle driver
  	  can be configured at the same time, in order to handle
  	  processors intel_idle does not support.
27471fdb3   Andy Henroid   i7300_idle driver...
11
12
  
  menu "Memory power savings"
2830c9fb8   Venki Pallipadi   i7300_idle: Kconf...
13
  depends on X86_64
27471fdb3   Andy Henroid   i7300_idle driver...
14
15
16
17
18
  
  config I7300_IDLE_IOAT_CHANNEL
  	bool
  
  config I7300_IDLE
33093e186   Venki Pallipadi   i7300_idle: Clean...
19
  	tristate "Intel chipset idle memory power saving driver"
27471fdb3   Andy Henroid   i7300_idle driver...
20
  	select I7300_IDLE_IOAT_CHANNEL
2830c9fb8   Venki Pallipadi   i7300_idle: Kconf...
21
  	depends on EXPERIMENTAL
27471fdb3   Andy Henroid   i7300_idle driver...
22
  	help
33093e186   Venki Pallipadi   i7300_idle: Clean...
23
24
25
26
  	  Enable memory power savings when idle with certain Intel server
  	  chipsets. The chipset must have I/O AT support, such as the
  	  Intel 7300. The power savings depends on the type and quantity of
  	  DRAM devices.
27471fdb3   Andy Henroid   i7300_idle driver...
27
28
  
  endmenu