patch-2.4.21 linux-2.4.21/arch/sparc/config.in

Next file: linux-2.4.21/arch/sparc/kernel/apc.c
Previous file: linux-2.4.21/arch/sh/kernel/process.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/sparc/config.in linux-2.4.21/arch/sparc/config.in
@@ -264,7 +264,15 @@
 mainmenu_option next_comment
 comment 'Kernel hacking'
 
-bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
+bool 'Kernel debugging' CONFIG_DEBUG_KERNEL
+if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then
+   bool '  Debug high memory support' CONFIG_DEBUG_HIGHMEM
+   bool '  Debug memory allocations' CONFIG_DEBUG_SLAB
+   bool '  Memory mapped I/O debugging' CONFIG_DEBUG_IOVIRT
+   bool '  Magic SysRq key' CONFIG_MAGIC_SYSRQ
+   bool '  Spinlock debugging' CONFIG_DEBUG_SPINLOCK
+fi
+
 endmenu
 
 source lib/Config.in

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)