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 409b92b8d346..bb82d6be793c 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -42,10 +42,10 @@ config EDAC_LEGACY_SYSFS
42config EDAC_DEBUG 42config EDAC_DEBUG
43 bool "Debugging" 43 bool "Debugging"
44 help 44 help
45 This turns on debugging information for the entire EDAC 45 This turns on debugging information for the entire EDAC subsystem.
46 sub-system. You can insert module with "debug_level=x", current 46 You do so by inserting edac_module with "edac_debug_level=x." Valid
47 there're four debug levels (x=0,1,2,3 from low to high). 47 levels are 0-4 (from low to high) and by default it is set to 2.
48 Usually you should select 'N'. 48 Usually you should select 'N' here.
49 49
50config EDAC_DECODE_MCE 50config EDAC_DECODE_MCE
51 tristate "Decode MCEs in human-readable form (only on AMD for now)" 51 tristate "Decode MCEs in human-readable form (only on AMD for now)"