diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1e5f207b9074..a60109307d32 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -359,7 +359,7 @@ config DEBUG_HIGHMEM | |||
359 | config DEBUG_BUGVERBOSE | 359 | config DEBUG_BUGVERBOSE |
360 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED | 360 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED |
361 | depends on BUG | 361 | depends on BUG |
362 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || FRV || SUPERH || GENERIC_BUG || BFIN | 362 | depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || FRV || SUPERH || GENERIC_BUG || BLACKFIN |
363 | default !EMBEDDED | 363 | default !EMBEDDED |
364 | help | 364 | help |
365 | Say Y here to make BUG() panics output the file name and line number | 365 | Say Y here to make BUG() panics output the file name and line number |
@@ -409,7 +409,7 @@ config DEBUG_SG | |||
409 | 409 | ||
410 | config FRAME_POINTER | 410 | config FRAME_POINTER |
411 | bool "Compile the kernel with frame pointers" | 411 | bool "Compile the kernel with frame pointers" |
412 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH || BFIN) | 412 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH || BLACKFIN) |
413 | default y if DEBUG_INFO && UML | 413 | default y if DEBUG_INFO && UML |
414 | help | 414 | help |
415 | If you say Y here the resulting kernel image will be slightly larger | 415 | If you say Y here the resulting kernel image will be slightly larger |