Blame view

drivers/cpuidle/Kconfig 464 Bytes
4f86d3a8e   Len Brown   cpuidle: consolid...
1
2
3
  
  config CPU_IDLE
  	bool "CPU idle PM support"
60555e371   len.brown@intel.com   ACPI: CONFIG_CPU_...
4
  	default ACPI
4f86d3a8e   Len Brown   cpuidle: consolid...
5
6
7
8
  	help
  	  CPU idle is a generic framework for supporting software-controlled
  	  idle processor power management.  It includes modular cross-platform
  	  governors that can be swapped during runtime.
60555e371   len.brown@intel.com   ACPI: CONFIG_CPU_...
9
  	  If you're using an ACPI-enabled platform, you should say Y here.
4f86d3a8e   Len Brown   cpuidle: consolid...
10
11
12
13
14
15
16
17
18
19
  
  config CPU_IDLE_GOV_LADDER
  	bool
  	depends on CPU_IDLE
  	default y
  
  config CPU_IDLE_GOV_MENU
  	bool
  	depends on CPU_IDLE && NO_HZ
  	default y