aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-15 17:12:58 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-15 17:12:58 -0400
commit1e09481365ce248dbb4eb06dad70129bb5807037 (patch)
treec0cff5bef95c8b5e7486f144718ade9a06c284dc /lib/Kconfig.debug
parent3e2f69fdd1b00166e7d589bce56b2d36a9e74374 (diff)
parentb9d2252c1e44fa83a4e65fdc9eb93db6297c55af (diff)
Merge branch 'linus' into core/softlockup
Conflicts: kernel/softlockup.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 509ae35a9ef5..011e00bcfc30 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -443,7 +443,6 @@ config DEBUG_LOCKING_API_SELFTESTS
443 443
444config STACKTRACE 444config STACKTRACE
445 bool 445 bool
446 depends on DEBUG_KERNEL
447 depends on STACKTRACE_SUPPORT 446 depends on STACKTRACE_SUPPORT
448 447
449config DEBUG_KOBJECT 448config DEBUG_KOBJECT
@@ -587,6 +586,9 @@ config BACKTRACE_SELF_TEST
587 for distributions or general kernels, but only for kernel 586 for distributions or general kernels, but only for kernel
588 developers working on architecture code. 587 developers working on architecture code.
589 588
589 Note that if you want to also test saved backtraces, you will
590 have to enable STACKTRACE as well.
591
590 Say N if you are unsure. 592 Say N if you are unsure.
591 593
592config LKDTM 594config LKDTM
@@ -658,6 +660,8 @@ config LATENCYTOP
658 Enable this option if you want to use the LatencyTOP tool 660 Enable this option if you want to use the LatencyTOP tool
659 to find out which userspace is blocking on what kernel operations. 661 to find out which userspace is blocking on what kernel operations.
660 662
663source kernel/trace/Kconfig
664
661config PROVIDE_OHCI1394_DMA_INIT 665config PROVIDE_OHCI1394_DMA_INIT
662 bool "Remote debugging over FireWire early on boot" 666 bool "Remote debugging over FireWire early on boot"
663 depends on PCI && X86 667 depends on PCI && X86