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 <[email protected]>
---
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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]