summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-08-08 11:57:03 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-08-08 11:57:03 +0000
commit87075e049581f880f01eb0b41aa6ac807b299e35 (patch)
tree73aafe9a3764b11e7b146d5d3fee70e7be6df285 /arch/mips/config.in
parentf50251b7156e1b2f6866898df1b81a19f845c0f1 (diff)
Port the recent cache changes forward and backward between mips and
mips64.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 8126ff15b..3d2bfc141 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -32,6 +32,7 @@ bool 'Support for SNI RM200 PCI' CONFIG_SNI_RM200_PCI
# Select some configuration options automatically for certain systems.
#
unset CONFIG_ARC32
+unset CONFIG_BOARD_SCACHE
unset CONFIG_ISA
unset CONFIG_PCI
unset CONFIG_MIPS_JAZZ
@@ -46,6 +47,7 @@ fi
if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \
"$CONFIG_OLIVETTI_M700" = "y" ]; then
define_bool CONFIG_ARC32 y
+ define_bool CONFIG_BOARD_SCACHE y
define_bool CONFIG_ISA y
define_bool CONFIG_FB y
define_bool CONFIG_FB_G364 y