blob: 6707d2539fc48bf79146efa2d26a3717e299d6b2 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Len Brown26717172010-03-08 14:07:30 -05002config INTEL_IDLE
Len Brown6ce9cd82010-08-14 14:40:36 -04003 bool "Cpuidle Driver for Intel Processors"
Len Brown26717172010-03-08 14:07:30 -05004 depends on CPU_IDLE
5 depends on X86
6 depends on CPU_SUP_INTEL
Len Brown26717172010-03-08 14:07:30 -05007 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.