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

Next file: linux-2.4.23/arch/sparc/kernel/Makefile
Previous file: linux-2.4.23/arch/sparc/boot/btfixupprep.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/sparc/config.in linux-2.4.23/arch/sparc/config.in
@@ -29,6 +29,10 @@
 
 bool 'Symmetric multi-processing support (does not work on sun4/sun4c)' CONFIG_SMP
 
+if [ "$CONFIG_SMP" = "y" ]; then
+   int  'Maximum number of CPUs (2-32)' CONFIG_NR_CPUS 32
+fi
+
 # Identify this as a Sparc32 build
 define_bool CONFIG_SPARC32 y
 
@@ -273,6 +277,8 @@
    bool '  Spinlock debugging' CONFIG_DEBUG_SPINLOCK
 fi
 
+int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0
+
 endmenu
 
 source crypto/Config.in

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