aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
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 c35a86a516a0..df27132a56f4 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -419,7 +419,6 @@ config DEBUG_LOCKING_API_SELFTESTS
419 419
420config STACKTRACE 420config STACKTRACE
421 bool 421 bool
422 depends on DEBUG_KERNEL
423 depends on STACKTRACE_SUPPORT 422 depends on STACKTRACE_SUPPORT
424 423
425config DEBUG_KOBJECT 424config DEBUG_KOBJECT
@@ -581,6 +580,9 @@ config BACKTRACE_SELF_TEST
581 for distributions or general kernels, but only for kernel 580 for distributions or general kernels, but only for kernel
582 developers working on architecture code. 581 developers working on architecture code.
583 582
583 Note that if you want to also test saved backtraces, you will
584 have to enable STACKTRACE as well.
585
584 Say N if you are unsure. 586 Say N if you are unsure.
585 587
586config LKDTM 588config LKDTM
@@ -652,6 +654,8 @@ config LATENCYTOP
652 Enable this option if you want to use the LatencyTOP tool 654 Enable this option if you want to use the LatencyTOP tool
653 to find out which userspace is blocking on what kernel operations. 655 to find out which userspace is blocking on what kernel operations.
654 656
657source kernel/trace/Kconfig
658
655config PROVIDE_OHCI1394_DMA_INIT 659config PROVIDE_OHCI1394_DMA_INIT
656 bool "Remote debugging over FireWire early on boot" 660 bool "Remote debugging over FireWire early on boot"
657 depends on PCI && X86 661 depends on PCI && X86