diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index d0a32aab03ff..4c9ae6085c75 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -573,14 +573,14 @@ config DEBUG_NOTIFIERS | |||
573 | config FRAME_POINTER | 573 | config FRAME_POINTER |
574 | bool "Compile the kernel with frame pointers" | 574 | bool "Compile the kernel with frame pointers" |
575 | depends on DEBUG_KERNEL && \ | 575 | depends on DEBUG_KERNEL && \ |
576 | (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || \ | 576 | (CRIS || M68K || M68KNOMMU || FRV || UML || S390 || \ |
577 | AVR32 || SUPERH || BLACKFIN || MN10300) | 577 | AVR32 || SUPERH || BLACKFIN || MN10300) || \ |
578 | default y if DEBUG_INFO && UML | 578 | ARCH_WANT_FRAME_POINTERS |
579 | help | 579 | default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS |
580 | If you say Y here the resulting kernel image will be slightly larger | 580 | help |
581 | and slower, but it might give very useful debugging information on | 581 | If you say Y here the resulting kernel image will be slightly |
582 | some architectures or if you use external debuggers. | 582 | larger and slower, but it gives very useful debugging information |
583 | If you don't debug the kernel, you can say N. | 583 | in case of kernel bugs. (precise oopses/stacktraces/warnings) |
584 | 584 | ||
585 | config BOOT_PRINTK_DELAY | 585 | config BOOT_PRINTK_DELAY |
586 | bool "Delay each boot printk message by N milliseconds" | 586 | bool "Delay each boot printk message by N milliseconds" |