diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 2f22cf4576db..25c3ed594c54 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -360,6 +360,7 @@ config DEBUG_KMEMLEAK | |||
360 | select DEBUG_FS if SYSFS | 360 | select DEBUG_FS if SYSFS |
361 | select STACKTRACE if STACKTRACE_SUPPORT | 361 | select STACKTRACE if STACKTRACE_SUPPORT |
362 | select KALLSYMS | 362 | select KALLSYMS |
363 | select CRC32 | ||
363 | help | 364 | help |
364 | Say Y here if you want to enable the memory leak | 365 | Say Y here if you want to enable the memory leak |
365 | detector. The memory allocation/freeing is traced in a way | 366 | detector. The memory allocation/freeing is traced in a way |
@@ -575,7 +576,7 @@ config DEBUG_BUGVERBOSE | |||
575 | depends on BUG | 576 | depends on BUG |
576 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \ | 577 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \ |
577 | FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 | 578 | FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 |
578 | default !EMBEDDED | 579 | default y |
579 | help | 580 | help |
580 | Say Y here to make BUG() panics output the file name and line number | 581 | Say Y here to make BUG() panics output the file name and line number |
581 | of the BUG call as well as the EIP and oops trace. This aids | 582 | of the BUG call as well as the EIP and oops trace. This aids |