forked from Minki/linux
[PATCH] edac: mark as experimental
EDAC is still causing a few problems and the code is relatively green. Mark it as experimental until thing settle down. Also, provide some documentation pointers in Kconfig help. Signed-off-by: Tim Small <tim@buttersideup.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
96567161de
commit
57c432b54b
@ -6,17 +6,29 @@
|
|||||||
# $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $
|
# $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
menu 'EDAC - error detection and reporting (RAS)'
|
menu 'EDAC - error detection and reporting (RAS) (EXPERIMENTAL)'
|
||||||
|
|
||||||
config EDAC
|
config EDAC
|
||||||
tristate "EDAC core system error reporting"
|
tristate "EDAC core system error reporting (EXPERIMENTAL)"
|
||||||
depends on X86
|
depends on X86 && EXPERIMENTAL
|
||||||
help
|
help
|
||||||
EDAC is designed to report errors in the core system.
|
EDAC is designed to report errors in the core system.
|
||||||
These are low-level errors that are reported in the CPU or
|
These are low-level errors that are reported in the CPU or
|
||||||
supporting chipset: memory errors, cache errors, PCI errors,
|
supporting chipset: memory errors, cache errors, PCI errors,
|
||||||
thermal throttling, etc.. If unsure, select 'Y'.
|
thermal throttling, etc.. If unsure, select 'Y'.
|
||||||
|
|
||||||
|
If this code is reporting problems on your system, please
|
||||||
|
see the EDAC project web pages for more information at:
|
||||||
|
|
||||||
|
<http://bluesmoke.sourceforge.net/>
|
||||||
|
|
||||||
|
and:
|
||||||
|
|
||||||
|
<http://buttersideup.com/edacwiki>
|
||||||
|
|
||||||
|
There is also a mailing list for the EDAC project, which can
|
||||||
|
be found via the sourceforge page.
|
||||||
|
|
||||||
|
|
||||||
comment "Reporting subsystems"
|
comment "Reporting subsystems"
|
||||||
depends on EDAC
|
depends on EDAC
|
||||||
|
Loading…
Reference in New Issue
Block a user