aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2017-02-04 10:32:27 -0500
committerBorislav Petkov <bp@suse.de>2017-04-10 11:14:44 -0400
commita06b85ff07147cf03c4d5e17db9ac0644bd27861 (patch)
tree03762cfda3627fee180be077d14033bbc02a544f
parente3c4ff6d8c949fa9a9ea1bd005bf1967efe09d5d (diff)
EDAC: Update Kconfig help text
Remove the old URLs. Signed-off-by: Borislav Petkov <bp@suse.de>
-rw-r--r--drivers/edac/Kconfig18
1 files changed, 4 insertions, 14 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 1ac18c989fb3..27337ef9874b 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -13,23 +13,13 @@ menuconfig EDAC
13 tristate "EDAC (Error Detection And Correction) reporting" 13 tristate "EDAC (Error Detection And Correction) reporting"
14 depends on HAS_IOMEM && EDAC_SUPPORT && RAS 14 depends on HAS_IOMEM && EDAC_SUPPORT && RAS
15 help 15 help
16 EDAC is designed to report errors in the core system. 16 EDAC is a subsystem along with hardware-specific drivers designed to
17 These are low-level errors that are reported in the CPU or 17 report hardware errors. These are low-level errors that are reported
18 supporting chipset or other subsystems: 18 in the CPU or supporting chipset or other subsystems:
19 memory errors, cache errors, PCI errors, thermal throttling, etc.. 19 memory errors, cache errors, PCI errors, thermal throttling, etc..
20 If unsure, select 'Y'. 20 If unsure, select 'Y'.
21 21
22 If this code is reporting problems on your system, please 22 The mailing list for the EDAC project is linux-edac@vger.kernel.org.
23 see the EDAC project web pages for more information at:
24
25 <http://bluesmoke.sourceforge.net/>
26
27 and:
28
29 <http://buttersideup.com/edacwiki>
30
31 There is also a mailing list for the EDAC project, which can
32 be found via the sourceforge page.
33 23
34if EDAC 24if EDAC
35 25