aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorDoug Thompson <dougthompson@xmission.com>2009-04-02 16:58:43 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-02 19:05:03 -0700
commit4577ca55681eaecb76e75beb99c098e0cdf7a92e (patch)
treedda821339d468e87dcb9e7072f737e0f16cd2d83 /drivers/edac/Kconfig
parentedac: add more verbose debug info (diff)
downloadlinux-dev-4577ca55681eaecb76e75beb99c098e0cdf7a92e.tar.xz
linux-dev-4577ca55681eaecb76e75beb99c098e0cdf7a92e.zip
edac: remove EDAC's experimental status
After 3 years, this is a patch to remove the EXPERIMENTAL tag on EDAC. We now have many module drivers submitters in EDAC and believe EDAC is no longer EXPERIMENTAL Signed-off-by: Doug Thompson <dougthompson@xmission.com Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r--drivers/edac/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 56021f64ee22..0a7f83ec8d1c 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -1,13 +1,12 @@
#
# EDAC Kconfig
-# Copyright (c) 2003 Linux Networx
+# Copyright (c) 2008 Doug Thompson www.softwarebitmaker.com
# Licensed and distributed under the GPL
#
menuconfig EDAC
- bool "EDAC - error detection and reporting (EXPERIMENTAL)"
+ bool "EDAC - error detection and reporting"
depends on HAS_IOMEM
- depends on EXPERIMENTAL
depends on X86 || PPC
help
EDAC is designed to report errors in the core system.