diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2009-02-14 09:53:53 +0000 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-03-16 00:38:08 -0400 |
commit | 5fcdd177d063f1d8d569d746ab1bf206b0dfb2e8 (patch) | |
tree | 99d3b3c9d9695f6ae1642a395df7fa6273356869 /drivers/platform | |
parent | 013d67fd4f0da8f6af60a376f1a254266ab658ef (diff) | |
download | kernel-crypto-5fcdd177d063f1d8d569d746ab1bf206b0dfb2e8.tar.gz kernel-crypto-5fcdd177d063f1d8d569d746ab1bf206b0dfb2e8.tar.xz kernel-crypto-5fcdd177d063f1d8d569d746ab1bf206b0dfb2e8.zip |
acpi-wmi: Unmark as 'experimental'
ACPI-WMI isn't experimental anymore, and there are other drivers that now
depend on it that aren't either.
Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index f3ab40188e6..c2319d97f51 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -315,9 +315,8 @@ config EEEPC_LAPTOP config ACPI_WMI - tristate "WMI (EXPERIMENTAL)" + tristate "WMI" depends on ACPI - depends on EXPERIMENTAL help This driver adds support for the ACPI-WMI (Windows Management Instrumentation) mapper device (PNP0C14) found on some systems. |