* [-mm PATCH] make DEBUG_KERNEL dependent options indent nicely and fix DEBUG_SHIRQ help text
@ 2006-01-05 22:30 Jesper Juhl
0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2006-01-05 22:30 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Kernel Mailing List
Move DEBUG_SHIRQ up a bit so that options depending on DEBUG_KERNEL are
still nicely indented in the menuconfig menu.
This patch also includes the change to the help text from my previous patch,
so you can just apply this one and get both :-)
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
lib/Kconfig.debug | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
--- linux-2.6.15-mm1-orig/lib/Kconfig.debug 2006-01-05 18:15:43.000000000 +0100
+++ linux-2.6.15-mm1/lib/Kconfig.debug 2006-01-05 21:21:59.000000000 +0100
@@ -22,6 +22,15 @@
keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
unless you really know what this hack does.
+config DEBUG_SHIRQ
+ bool "Debug shared IRQ handlers"
+ depends on GENERIC_HARDIRQS
+ help
+ Enable this to generate a spurious interrupt as soon as a shared interrupt
+ handler is registered, and just before one is deregistered. Drivers ought
+ to be able to handle interrupts coming in at those points; some don't and
+ need to be caught.
+
config DEBUG_KERNEL
bool "Kernel debugging"
help
@@ -186,15 +195,6 @@
If unsure, say N.
-config DEBUG_SHIRQ
- bool "Debug shared IRQ handlers"
- depends on GENERIC_HARDIRQS
- help
- Enable this to generate a spurious interrupt as soon as a shared interrupt
- handler is registered, and just before one is deregistered. Drivers ought
- to be able to handle interrupts coming in at those some; some don't and
- need to be caught.
-
config FRAME_POINTER
bool "Compile the kernel with frame pointers"
depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-05 22:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-05 22:30 [-mm PATCH] make DEBUG_KERNEL dependent options indent nicely and fix DEBUG_SHIRQ help text Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome