]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/idle/Kconfig
Merge tag 'gvt-next-fixes-2019-09-06' of https://github.com/intel/gvt-linux into...
[mirror_ubuntu-hirsute-kernel.git] / drivers / idle / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config INTEL_IDLE
3 bool "Cpuidle Driver for Intel Processors"
4 depends on CPU_IDLE
5 depends on X86
6 depends on CPU_SUP_INTEL
7 help
8 Enable intel_idle, a cpuidle driver that includes knowledge of
9 native Intel hardware idle features. The acpi_idle driver
10 can be configured at the same time, in order to handle
11 processors intel_idle does not support.