aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorCarlos Corbacho <carlos@strangeworlds.co.uk>2009-02-14 04:53:53 -0500
committerLen Brown <len.brown@intel.com>2009-03-16 00:38:08 -0400
commit5fcdd177d063f1d8d569d746ab1bf206b0dfb2e8 (patch)
tree99d3b3c9d9695f6ae1642a395df7fa6273356869 /drivers
parent013d67fd4f0da8f6af60a376f1a254266ab658ef (diff)
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')
-rw-r--r--drivers/platform/x86/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index f3ab40188e62..c2319d97f510 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -315,9 +315,8 @@ config EEEPC_LAPTOP
315 315
316 316
317config ACPI_WMI 317config ACPI_WMI
318 tristate "WMI (EXPERIMENTAL)" 318 tristate "WMI"
319 depends on ACPI 319 depends on ACPI
320 depends on EXPERIMENTAL
321 help 320 help
322 This driver adds support for the ACPI-WMI (Windows Management 321 This driver adds support for the ACPI-WMI (Windows Management
323 Instrumentation) mapper device (PNP0C14) found on some systems. 322 Instrumentation) mapper device (PNP0C14) found on some systems.