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 5c114c3f03c5..2869307ca3e4 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -284,7 +284,7 @@ config DEBUG_HIGHMEM | |||
284 | config DEBUG_BUGVERBOSE | 284 | config DEBUG_BUGVERBOSE |
285 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED | 285 | bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED |
286 | depends on BUG | 286 | depends on BUG |
287 | depends on ARM || ARM26 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV | 287 | depends on ARM || ARM26 || AVR32 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV |
288 | default !EMBEDDED | 288 | default !EMBEDDED |
289 | help | 289 | help |
290 | Say Y here to make BUG() panics output the file name and line number | 290 | Say Y here to make BUG() panics output the file name and line number |
@@ -322,7 +322,7 @@ config DEBUG_VM | |||
322 | 322 | ||
323 | config FRAME_POINTER | 323 | config FRAME_POINTER |
324 | bool "Compile the kernel with frame pointers" | 324 | bool "Compile the kernel with frame pointers" |
325 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390) | 325 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32) |
326 | default y if DEBUG_INFO && UML | 326 | default y if DEBUG_INFO && UML |
327 | help | 327 | help |
328 | If you say Y here the resulting kernel image will be slightly larger | 328 | If you say Y here the resulting kernel image will be slightly larger |