From 6d21a2090e5674ba572c0c98bd00ed0852d41008 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 26 Mar 2000 22:59:01 +0000 Subject: Set CONFIG_ARC32 for ARC / ARCS machines. --- arch/mips/config.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3