Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Doug Thompson and committed by
Linus Torvalds
4577ca55 cc18e3cd

+2 -3
+2 -3
drivers/edac/Kconfig
··· 1 1 # 2 2 # EDAC Kconfig 3 - # Copyright (c) 2003 Linux Networx 3 + # Copyright (c) 2008 Doug Thompson www.softwarebitmaker.com 4 4 # Licensed and distributed under the GPL 5 5 # 6 6 7 7 menuconfig EDAC 8 - bool "EDAC - error detection and reporting (EXPERIMENTAL)" 8 + bool "EDAC - error detection and reporting" 9 9 depends on HAS_IOMEM 10 - depends on EXPERIMENTAL 11 10 depends on X86 || PPC 12 11 help 13 12 EDAC is designed to report errors in the core system.