Blame view

drivers/idle/Kconfig 400 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
267171726   Len Brown   intel_idle: nativ...
2
  config INTEL_IDLE
6ce9cd866   Len Brown   intel_idle: disab...
3
  	bool "Cpuidle Driver for Intel Processors"
267171726   Len Brown   intel_idle: nativ...
4
5
6
  	depends on CPU_IDLE
  	depends on X86
  	depends on CPU_SUP_INTEL
267171726   Len Brown   intel_idle: nativ...
7
8
9
10
11
  	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.