aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2014-04-06 16:46:05 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-05-30 15:01:08 -0400
commit81d10bad0a5c5d82b1b5fea70fc84f71492e9235 (patch)
tree1d91fb1742192dcee102c85231463c0d5c5b43e3 /arch/mips
parente496453d3e15ae3e153a03116cb6070e00ec63ee (diff)
MIPS: DEC: Only select the R4k clock event/source on R4k systems
R3k systems have no R4k timer so there's no point in pulling code that's going to be dead. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6704/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c4804bfa001a..4e49591f79cb 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -174,9 +174,9 @@ config MACH_DECSTATION
174 bool "DECstations" 174 bool "DECstations"
175 select BOOT_ELF32 175 select BOOT_ELF32
176 select CEVT_DS1287 176 select CEVT_DS1287
177 select CEVT_R4K 177 select CEVT_R4K if CPU_R4X00
178 select CSRC_IOASIC 178 select CSRC_IOASIC
179 select CSRC_R4K 179 select CSRC_R4K if CPU_R4X00
180 select CPU_DADDI_WORKAROUNDS if 64BIT 180 select CPU_DADDI_WORKAROUNDS if 64BIT
181 select CPU_R4000_WORKAROUNDS if 64BIT 181 select CPU_R4000_WORKAROUNDS if 64BIT
182 select CPU_R4400_WORKAROUNDS if 64BIT 182 select CPU_R4400_WORKAROUNDS if 64BIT