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 bdbf3fe14de6..9a287796da8e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -320,7 +320,7 @@ config DEBUG_HIGHMEM | |||
320 | config DEBUG_BUGVERBOSE | 320 | config DEBUG_BUGVERBOSE |
321 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED | 321 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED |
322 | depends on BUG | 322 | depends on BUG |
323 | depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || FRV || SUPERH || GENERIC_BUG | 323 | depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || FRV || SUPERH || GENERIC_BUG || BFIN |
324 | default !EMBEDDED | 324 | default !EMBEDDED |
325 | help | 325 | help |
326 | Say Y here to make BUG() panics output the file name and line number | 326 | Say Y here to make BUG() panics output the file name and line number |
@@ -360,7 +360,7 @@ config DEBUG_LIST | |||
360 | 360 | ||
361 | config FRAME_POINTER | 361 | config FRAME_POINTER |
362 | bool "Compile the kernel with frame pointers" | 362 | bool "Compile the kernel with frame pointers" |
363 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH) | 363 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH || BFIN) |
364 | default y if DEBUG_INFO && UML | 364 | default y if DEBUG_INFO && UML |
365 | help | 365 | help |
366 | If you say Y here the resulting kernel image will be slightly larger | 366 | If you say Y here the resulting kernel image will be slightly larger |