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 95588c2a77d8..d141bdb3a7d4 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -188,6 +188,7 @@ config ACPI_HOTPLUG_CPU | |||
188 | config ACPI_THERMAL | 188 | config ACPI_THERMAL |
189 | tristate "Thermal Zone" | 189 | tristate "Thermal Zone" |
190 | depends on ACPI_PROCESSOR | 190 | depends on ACPI_PROCESSOR |
191 | select THERMAL | ||
191 | default y | 192 | default y |
192 | help | 193 | help |
193 | This driver adds support for ACPI thermal zones. Most mobile and | 194 | This driver adds support for ACPI thermal zones. Most mobile and |
@@ -201,6 +202,16 @@ config ACPI_NUMA | |||
201 | depends on (X86 || IA64) | 202 | depends on (X86 || IA64) |
202 | default y if IA64_GENERIC || IA64_SGI_SN2 | 203 | default y if IA64_GENERIC || IA64_SGI_SN2 |
203 | 204 | ||
205 | config ACPI_WMI | ||
206 | tristate "WMI (EXPERIMENTAL)" | ||
207 | depends on EXPERIMENTAL | ||
208 | help | ||
209 | This driver adds support for the ACPI-WMI mapper device (PNP0C14) | ||
210 | found on some systems. | ||
211 | |||
212 | NOTE: You will need another driver or userspace application on top of | ||
213 | this to actually use anything defined in the ACPI-WMI mapper. | ||
214 | |||
204 | config ACPI_ASUS | 215 | config ACPI_ASUS |
205 | tristate "ASUS/Medion Laptop Extras" | 216 | tristate "ASUS/Medion Laptop Extras" |
206 | depends on X86 | 217 | depends on X86 |