summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips64/config.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in
index cda8900d0..179f4f74d 100644
--- a/arch/mips64/config.in
+++ b/arch/mips64/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.13 2000/02/06 00:20:27 kanoj Exp $
+# $Id: config.in,v 1.14 2000/02/18 11:06:20 ulfc Exp $
#
# For a description of the syntax of this configuration file,
# see the Configure script.
@@ -17,14 +17,11 @@ bool 'Support for SGI IP27' CONFIG_SGI_IP27
if [ "$CONFIG_SGI_IP27" = "y" ]; then
bool ' IP27 N-Mode' CONFIG_SGI_SN0_N_MODE
bool ' Discontiguous Memory Support' CONFIG_DISCONTIGMEM
+ bool ' Multi-Processing support (Experimental)' CONFIG_SMP
#bool ' IP27 XXL' CONFIG_SGI_SN0_XXL
fi
endmenu
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- bool 'Symmetric Multi-Processing support' CONFIG_SMP
-fi
-
#
# Select some configuration options automatically based on user selections
#