summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-26 22:59:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-26 22:59:01 +0000
commit6d21a2090e5674ba572c0c98bd00ed0852d41008 (patch)
tree8d6f07b2b8921257a362cade4826798de3795fe7 /arch/mips/config.in
parentf3db640290d8fe1387abc5b79780a992953ae293 (diff)
Set CONFIG_ARC32 for ARC / ARCS machines.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 1f70c46ad..14a62ac8f 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.44 2000/03/13 20:55:19 ralf Exp $
+# $Id: config.in,v 1.45 2000/03/19 01:28:43 ralf Exp $
# For a description of the syntax of this configuration file,
# see the Configure script.
#
@@ -26,6 +26,7 @@ bool 'Support for SNI RM200 PCI' CONFIG_SNI_RM200_PCI
#
# Select some configuration options automatically for certain systems.
#
+unset CONFIG_ARC32
unset CONFIG_PCI
unset CONFIG_ISA
unset CONFIG_MIPS_JAZZ
@@ -36,6 +37,7 @@ if [ "$CONFIG_ALGOR_P4032" = "y" ]; then
fi
if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \
"$CONFIG_OLIVETTI_M700" = "y" ]; then
+ define_bool CONFIG_ARC32 y
define_bool CONFIG_ISA y
define_bool CONFIG_HAVE_IO_PORTS y
define_bool CONFIG_MIPS_JAZZ y
@@ -43,11 +45,16 @@ if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \
define_bool CONFIG_FB_G364 y
fi
if [ "$CONFIG_ACER_PICA_61" = "y" ]; then
+ define_bool CONFIG_ARC32 y
define_bool CONFIG_ISA y
define_bool CONFIG_HAVE_IO_PORTS y
define_bool CONFIG_MIPS_JAZZ y
fi
+if [ "$CONFIG_SGI_IP22" = "y" ]; then
+ define_bool CONFIG_ARC32 y
+fi
if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then
+ define_bool CONFIG_ARC32 y
define_bool CONFIG_ISA y
define_bool CONFIG_HAVE_IO_PORTS y
define_bool CONFIG_PCI y