diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index ccf6ea95f68c..f60cf6fea2bb 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -199,6 +199,16 @@ config ACPI_NUMA | |||
199 | depends on (X86 || IA64) | 199 | depends on (X86 || IA64) |
200 | default y if IA64_GENERIC || IA64_SGI_SN2 | 200 | default y if IA64_GENERIC || IA64_SGI_SN2 |
201 | 201 | ||
202 | config ACPI_WMI | ||
203 | tristate "WMI (EXPERIMENTAL)" | ||
204 | depends on EXPERIMENTAL | ||
205 | help | ||
206 | This driver adds support for the ACPI-WMI mapper device (PNP0C14) | ||
207 | found on some systems. | ||
208 | |||
209 | NOTE: You will need another driver or userspace application on top of | ||
210 | this to actually use anything defined in the ACPI-WMI mapper. | ||
211 | |||
202 | config ACPI_ASUS | 212 | config ACPI_ASUS |
203 | tristate "ASUS/Medion Laptop Extras" | 213 | tristate "ASUS/Medion Laptop Extras" |
204 | depends on X86 | 214 | depends on X86 |