diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 4f4008fc73e4..ce0bb2600c25 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -404,7 +404,8 @@ config DEBUG_HIGHMEM | |||
404 | config DEBUG_BUGVERBOSE | 404 | config DEBUG_BUGVERBOSE |
405 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED | 405 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED |
406 | depends on BUG | 406 | depends on BUG |
407 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || FRV || SUPERH || GENERIC_BUG || BLACKFIN | 407 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \ |
408 | FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 | ||
408 | default !EMBEDDED | 409 | default !EMBEDDED |
409 | help | 410 | help |
410 | Say Y here to make BUG() panics output the file name and line number | 411 | Say Y here to make BUG() panics output the file name and line number |
@@ -454,7 +455,9 @@ config DEBUG_SG | |||
454 | 455 | ||
455 | config FRAME_POINTER | 456 | config FRAME_POINTER |
456 | bool "Compile the kernel with frame pointers" | 457 | bool "Compile the kernel with frame pointers" |
457 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH || BLACKFIN) | 458 | depends on DEBUG_KERNEL && \ |
459 | (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || \ | ||
460 | AVR32 || SUPERH || BLACKFIN || MN10300) | ||
458 | default y if DEBUG_INFO && UML | 461 | default y if DEBUG_INFO && UML |
459 | help | 462 | help |
460 | If you say Y here the resulting kernel image will be slightly larger | 463 | If you say Y here the resulting kernel image will be slightly larger |