diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
| -rw-r--r-- | drivers/acpi/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index dd8729d674e5..93d2c7971df6 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
| @@ -211,6 +211,18 @@ config ACPI_HOTPLUG_CPU | |||
| 211 | select ACPI_CONTAINER | 211 | select ACPI_CONTAINER |
| 212 | default y | 212 | default y |
| 213 | 213 | ||
| 214 | config ACPI_PROCESSOR_AGGREGATOR | ||
| 215 | tristate "Processor Aggregator" | ||
| 216 | depends on ACPI_PROCESSOR | ||
| 217 | depends on EXPERIMENTAL | ||
| 218 | depends on X86 | ||
| 219 | help | ||
| 220 | ACPI 4.0 defines processor Aggregator, which enables OS to perform | ||
| 221 | specific processor configuration and control that applies to all | ||
| 222 | processors in the platform. Currently only logical processor idling | ||
| 223 | is defined, which is to reduce power consumption. This driver | ||
| 224 | supports the new device. | ||
| 225 | |||
| 214 | config ACPI_THERMAL | 226 | config ACPI_THERMAL |
| 215 | tristate "Thermal Zone" | 227 | tristate "Thermal Zone" |
| 216 | depends on ACPI_PROCESSOR | 228 | depends on ACPI_PROCESSOR |
