diff options
author | Doug Thompson <dougthompson@xmission.com> | 2009-04-02 16:58:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-02 19:05:03 -0700 |
commit | 4577ca55681eaecb76e75beb99c098e0cdf7a92e (patch) | |
tree | dda821339d468e87dcb9e7072f737e0f16cd2d83 | |
parent | cc18e3cd5345715544e4d61b32a7442360817195 (diff) | |
download | linux-4577ca55681eaecb76e75beb99c098e0cdf7a92e.tar.gz linux-4577ca55681eaecb76e75beb99c098e0cdf7a92e.tar.bz2 linux-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>
-rw-r--r-- | drivers/edac/Kconfig | 5 |
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. |