https://github.com/torvalds/linux
Raw File
Tip revision: 9e66317d3c92ddaab330c125dfe9d06eee268aff authored by Linus Torvalds on 01 October 2017, 21:54:54 UTC
Linux 4.14-rc3
Tip revision: 9e66317
Kconfig
config INTEL_IDLE
	bool "Cpuidle Driver for Intel Processors"
	depends on CPU_IDLE
	depends on X86
	depends on CPU_SUP_INTEL
	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.
back to top