summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-09 15:38:28 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-09 15:38:28 +0000
commit4954f6960f7890edf63b25b0e459d0f51d96119f (patch)
tree9a6fb877493d11464b9e5a808ee9a125da3739f3
parentc0d85d2dd54d7d108028b828d6a237d7b47b3ed0 (diff)
Add CONFIG_SMP for IP27.
-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
#