diff options
Diffstat (limited to 'lib')
-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 554ee688a9f8..3f21cc79a134 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -277,7 +277,7 @@ config DEBUG_HIGHMEM | |||
277 | config DEBUG_BUGVERBOSE | 277 | config DEBUG_BUGVERBOSE |
278 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED | 278 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED |
279 | depends on BUG | 279 | depends on BUG |
280 | depends on ARM || ARM26 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV | 280 | depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV |
281 | default !EMBEDDED | 281 | default !EMBEDDED |
282 | help | 282 | help |
283 | Say Y here to make BUG() panics output the file name and line number | 283 | Say Y here to make BUG() panics output the file name and line number |
@@ -315,7 +315,7 @@ config DEBUG_VM | |||
315 | 315 | ||
316 | config FRAME_POINTER | 316 | config FRAME_POINTER |
317 | bool "Compile the kernel with frame pointers" | 317 | bool "Compile the kernel with frame pointers" |
318 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390) | 318 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32) |
319 | default y if DEBUG_INFO && UML | 319 | default y if DEBUG_INFO && UML |
320 | help | 320 | help |
321 | If you say Y here the resulting kernel image will be slightly larger | 321 | If you say Y here the resulting kernel image will be slightly larger |