diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 7ec7d88c5999..13531ed3cbd3 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -196,6 +196,17 @@ config ACPI_HOTPLUG_CPU | |||
196 | select ACPI_CONTAINER | 196 | select ACPI_CONTAINER |
197 | default y | 197 | default y |
198 | 198 | ||
199 | config ACPI_PROCESSOR_AGGREGATOR | ||
200 | tristate "Processor Aggregator" | ||
201 | depends on ACPI_PROCESSOR | ||
202 | depends on EXPERIMENTAL | ||
203 | help | ||
204 | ACPI 4.0 defines processor Aggregator, which enables OS to perform | ||
205 | specfic processor configuration and control that applies to all | ||
206 | processors in the platform. Currently only logical processor idling | ||
207 | is defined, which is to reduce power consumption. This driver | ||
208 | support the new device. | ||
209 | |||
199 | config ACPI_THERMAL | 210 | config ACPI_THERMAL |
200 | tristate "Thermal Zone" | 211 | tristate "Thermal Zone" |
201 | depends on ACPI_PROCESSOR | 212 | depends on ACPI_PROCESSOR |