Skip to content

Commit

Permalink
edac: remove EDAC's experimental status
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Doug Thompson authored and Linus Torvalds committed Apr 3, 2009
1 parent cc18e3c commit 4577ca5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/edac/Kconfig
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4577ca5

Please sign in to comment.