Len Brown | 2671717 | 2010-03-08 14:07:30 -0500 | [diff] [blame] | 1 | config INTEL_IDLE |
Len Brown | 6ce9cd8 | 2010-08-14 14:40:36 -0400 | [diff] [blame] | 2 | bool "Cpuidle Driver for Intel Processors" |
Len Brown | 2671717 | 2010-03-08 14:07:30 -0500 | [diff] [blame] | 3 | depends on CPU_IDLE |
| 4 | depends on X86 |
| 5 | depends on CPU_SUP_INTEL |
Len Brown | 2671717 | 2010-03-08 14:07:30 -0500 | [diff] [blame] | 6 | help |
| 7 | Enable intel_idle, a cpuidle driver that includes knowledge of |
| 8 | native Intel hardware idle features. The acpi_idle driver |
| 9 | can be configured at the same time, in order to handle |
| 10 | processors intel_idle does not support. |