diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index f3e0c2abcbd0..50a94eee4d92 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -349,7 +349,7 @@ config DEBUG_HIGHMEM | |||
349 | config DEBUG_BUGVERBOSE | 349 | config DEBUG_BUGVERBOSE |
350 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED | 350 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED |
351 | depends on BUG | 351 | depends on BUG |
352 | depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || FRV || SUPERH || GENERIC_BUG || BFIN | 352 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || FRV || SUPERH || GENERIC_BUG || BFIN |
353 | default !EMBEDDED | 353 | default !EMBEDDED |
354 | help | 354 | help |
355 | Say Y here to make BUG() panics output the file name and line number | 355 | Say Y here to make BUG() panics output the file name and line number |