diff options
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index eee47fd16d79..56021f64ee22 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 | ||
43 | config 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 | |||
43 | config EDAC_MM_EDAC | 51 | config 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 |