summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-10-09 00:36:07 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-10-09 00:36:07 +0000
commit1a743e4f5e92fac7d7a2ce9a58e7223d757fdf81 (patch)
tree882ab65737b0a4edfcc45c04d764257ec115b8f2 /arch/mips/config.in
parentb4b017ab8e9c41991c8d550b72ca3e9c8616eeed (diff)
Support for MIPS Atlas and Malta evaluation boards. Chainsaw edition;
doesn't compile because it smokes ld ...
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 5a0a0642c..7952ac879 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -22,6 +22,8 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'Support for DECstations (EXPERIMENTAL)' CONFIG_DECSTATION
bool 'Support for NEC DDB Vrc-5074 (EXPERIMENTAL)' CONFIG_DDB5074
bool 'Support for Galileo Evaluation board or CoSine Orion' CONFIG_ORION
+ bool 'Support for MIPS Atlas board' CONFIG_MIPS_ATLAS
+ bool 'Support for MIPS Malta board' CONFIG_MIPS_MALTA
fi
bool 'Support for Mips Magnum 4000' CONFIG_MIPS_MAGNUM_4000
bool 'Support for Olivetti M700-10' CONFIG_OLIVETTI_M700
@@ -67,6 +69,11 @@ if [ "$CONFIG_COBALT_MICRO_SERVER" = "y" ]; then
define_bool CONFIG_COBALT_SERIAL y
define_bool CONFIG_PCI y
fi
+if [ "$CONFIG_MIPS_ATLAS" = "y" -o \
+ "$CONFIG_MIPS_MALTA" = "y" ]; then
+ define_bool CONFIG_PCI y
+ define_bool CONFIG_ISA n
+fi
if [ "$CONFIG_SGI_IP22" = "y" ]; then
define_bool CONFIG_ARC32 y
define_bool CONFIG_BOARD_SCACHE y