diff options
author | Douglas Thompson <dougthompson@xmission.com> | 2007-07-19 04:50:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:55 -0400 |
commit | 8cb2a39831b25f2289a2a6571666a135e475035c (patch) | |
tree | 4ac22900dd89a1cc1a1a08bcc07b03a35cfb0b69 /drivers/edac | |
parent | d391a7b8147d12b0e5141fb65829856fb0c289dc (diff) |
drivers/edac: add info kconfig
Kconfig - modified the help of EDAC
Signed-off-by: Douglas 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')
-rw-r--r-- | drivers/edac/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index e8de70cb22c4..9356c68981db 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -13,8 +13,9 @@ menuconfig EDAC | |||
13 | help | 13 | help |
14 | EDAC is designed to report errors in the core system. | 14 | EDAC is designed to report errors in the core system. |
15 | These are low-level errors that are reported in the CPU or | 15 | These are low-level errors that are reported in the CPU or |
16 | supporting chipset: memory errors, cache errors, PCI errors, | 16 | supporting chipset or other subsystems: |
17 | thermal throttling, etc.. If unsure, select 'Y'. | 17 | memory errors, cache errors, PCI errors, thermal throttling, etc.. |
18 | If unsure, select 'Y'. | ||
18 | 19 | ||
19 | If this code is reporting problems on your system, please | 20 | If this code is reporting problems on your system, please |
20 | see the EDAC project web pages for more information at: | 21 | see the EDAC project web pages for more information at: |