Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config INTEL_IDLE
0003         bool "Cpuidle Driver for Intel Processors"
0004         depends on CPU_IDLE
0005         depends on X86
0006         depends on CPU_SUP_INTEL
0007         help
0008           Enable intel_idle, a cpuidle driver that includes knowledge of
0009           native Intel hardware idle features.  The acpi_idle driver
0010           can be configured at the same time, in order to handle
0011           processors intel_idle does not support.