12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config INTEL_IDLE3 bool "Cpuidle Driver for Intel Processors"4 depends on CPU_IDLE5 depends on X866 depends on CPU_SUP_INTEL7 help8 Enable intel_idle, a cpuidle driver that includes knowledge of9 native Intel hardware idle features. The acpi_idle driver10 can be configured at the same time, in order to handle11 processors intel_idle does not support.12