diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0796c1a090c0..95de3102bc87 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -211,7 +211,7 @@ config SLUB_DEBUG_ON | |||
211 | config SLUB_STATS | 211 | config SLUB_STATS |
212 | default n | 212 | default n |
213 | bool "Enable SLUB performance statistics" | 213 | bool "Enable SLUB performance statistics" |
214 | depends on SLUB | 214 | depends on SLUB && SLUB_DEBUG && SYSFS |
215 | help | 215 | help |
216 | SLUB statistics are useful to debug SLUBs allocation behavior in | 216 | SLUB statistics are useful to debug SLUBs allocation behavior in |
217 | order find ways to optimize the allocator. This should never be | 217 | order find ways to optimize the allocator. This should never be |
@@ -265,16 +265,6 @@ config DEBUG_MUTEXES | |||
265 | This feature allows mutex semantics violations to be detected and | 265 | This feature allows mutex semantics violations to be detected and |
266 | reported. | 266 | reported. |
267 | 267 | ||
268 | config DEBUG_SEMAPHORE | ||
269 | bool "Semaphore debugging" | ||
270 | depends on DEBUG_KERNEL | ||
271 | depends on ALPHA || FRV | ||
272 | default n | ||
273 | help | ||
274 | If you say Y here then semaphore processing will issue lots of | ||
275 | verbose debugging messages. If you suspect a semaphore problem or a | ||
276 | kernel hacker asks for this option then say Y. Otherwise say N. | ||
277 | |||
278 | config DEBUG_LOCK_ALLOC | 268 | config DEBUG_LOCK_ALLOC |
279 | bool "Lock debugging: detect incorrect freeing of live locks" | 269 | bool "Lock debugging: detect incorrect freeing of live locks" |
280 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT | 270 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT |
@@ -593,7 +583,7 @@ config LATENCYTOP | |||
593 | to find out which userspace is blocking on what kernel operations. | 583 | to find out which userspace is blocking on what kernel operations. |
594 | 584 | ||
595 | config PROVIDE_OHCI1394_DMA_INIT | 585 | config PROVIDE_OHCI1394_DMA_INIT |
596 | bool "Provide code for enabling DMA over FireWire early on boot" | 586 | bool "Remote debugging over FireWire early on boot" |
597 | depends on PCI && X86 | 587 | depends on PCI && X86 |
598 | help | 588 | help |
599 | If you want to debug problems which hang or crash the kernel early | 589 | If you want to debug problems which hang or crash the kernel early |
@@ -621,4 +611,17 @@ config PROVIDE_OHCI1394_DMA_INIT | |||
621 | 611 | ||
622 | See Documentation/debugging-via-ohci1394.txt for more information. | 612 | See Documentation/debugging-via-ohci1394.txt for more information. |
623 | 613 | ||
614 | config FIREWIRE_OHCI_REMOTE_DMA | ||
615 | bool "Remote debugging over FireWire with firewire-ohci" | ||
616 | depends on FIREWIRE_OHCI | ||
617 | help | ||
618 | This option lets you use the FireWire bus for remote debugging | ||
619 | with help of the firewire-ohci driver. It enables unfiltered | ||
620 | remote DMA in firewire-ohci. | ||
621 | See Documentation/debugging-via-ohci1394.txt for more information. | ||
622 | |||
623 | If unsure, say N. | ||
624 | |||
624 | source "samples/Kconfig" | 625 | source "samples/Kconfig" |
626 | |||
627 | source "lib/Kconfig.kgdb" | ||