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, 8 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index eee47fd16d7..56021f64ee2 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -40,6 +40,14 @@ config EDAC_DEBUG
40 there're four debug levels (x=0,1,2,3 from low to high). 40 there're four debug levels (x=0,1,2,3 from low to high).
41 Usually you should select 'N'. 41 Usually you should select 'N'.
42 42
43config EDAC_DEBUG_VERBOSE
44 bool "More verbose debugging"
45 depends on EDAC_DEBUG
46 help
47 This option makes debugging information more verbose.
48 Source file name and line number where debugging message
49 printed will be added to debugging message.
50
43config EDAC_MM_EDAC 51config EDAC_MM_EDAC
44 tristate "Main Memory EDAC (Error Detection And Correction) reporting" 52 tristate "Main Memory EDAC (Error Detection And Correction) reporting"
45 default y 53 default y