aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 2076d472ea99..24661d60bc8f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -918,8 +918,8 @@ config BOOT_ELF32
918 918
919config MIPS_L1_CACHE_SHIFT 919config MIPS_L1_CACHE_SHIFT
920 int 920 int
921 default "4" if MACH_DECSTATION || SNI_RM 921 default "4" if MACH_DECSTATION
922 default "7" if SGI_IP27 922 default "7" if SGI_IP27 || SNI_RM
923 default "4" if PMC_MSP4200_EVAL 923 default "4" if PMC_MSP4200_EVAL
924 default "5" 924 default "5"
925 925