aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r--drivers/edac/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index a9db20815a39..4c6c876d9dc3 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -45,10 +45,10 @@ config EDAC_LEGACY_SYSFS
45config EDAC_DEBUG 45config EDAC_DEBUG
46 bool "Debugging" 46 bool "Debugging"
47 help 47 help
48 This turns on debugging information for the entire EDAC 48 This turns on debugging information for the entire EDAC subsystem.
49 sub-system. You can insert module with "debug_level=x", current 49 You do so by inserting edac_module with "edac_debug_level=x." Valid
50 there're four debug levels (x=0,1,2,3 from low to high). 50 levels are 0-4 (from low to high) and by default it is set to 2.
51 Usually you should select 'N'. 51 Usually you should select 'N' here.
52 52
53config EDAC_DECODE_MCE 53config EDAC_DECODE_MCE
54 tristate "Decode MCEs in human-readable form (only on AMD for now)" 54 tristate "Decode MCEs in human-readable form (only on AMD for now)"