diff options
author | Doug Thompson <dougthompson@xmission.com> | 2009-04-02 19:58:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-02 22:05:03 -0400 |
commit | 4577ca55681eaecb76e75beb99c098e0cdf7a92e (patch) | |
tree | dda821339d468e87dcb9e7072f737e0f16cd2d83 /drivers/edac/Kconfig | |
parent | cc18e3cd5345715544e4d61b32a7442360817195 (diff) |
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/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 @@ | |||
1 | # | 1 | # |
2 | # EDAC Kconfig | 2 | # EDAC Kconfig |
3 | # Copyright (c) 2003 Linux Networx | 3 | # Copyright (c) 2008 Doug Thompson www.softwarebitmaker.com |
4 | # Licensed and distributed under the GPL | 4 | # Licensed and distributed under the GPL |
5 | # | 5 | # |
6 | 6 | ||
7 | menuconfig EDAC | 7 | menuconfig EDAC |
8 | bool "EDAC - error detection and reporting (EXPERIMENTAL)" | 8 | bool "EDAC - error detection and reporting" |
9 | depends on HAS_IOMEM | 9 | depends on HAS_IOMEM |
10 | depends on EXPERIMENTAL | ||
11 | depends on X86 || PPC | 10 | depends on X86 || PPC |
12 | help | 11 | help |
13 | EDAC is designed to report errors in the core system. | 12 | EDAC is designed to report errors in the core system. |