diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2014-11-25 04:15:45 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-10 09:41:52 -0400 |
commit | 6ca716f2e5571d25a3899c6c5c91ff72ea6d6f5e (patch) | |
tree | c5cf3aa4f177179265697cfb1af3dca6dd26ccb3 | |
parent | a843d00d038b11267279e3b5388222320f9ddc1d (diff) |
MIPS: Kconfig: Disable SMP/CPS for 64-bit
A 64-bit build for Malta produces far too many build problems
when SMP/CPS is selected. Moreover, there is currently no 64-bit
product with SMP/CPS so we disable SMP/CPS when building for
64-bit until it is properly supported.
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8573/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7222592ec334..6e5323821cd2 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2177,7 +2177,7 @@ config MIPS_CMP | |||
2177 | 2177 | ||
2178 | config MIPS_CPS | 2178 | config MIPS_CPS |
2179 | bool "MIPS Coherent Processing System support" | 2179 | bool "MIPS Coherent Processing System support" |
2180 | depends on SYS_SUPPORTS_MIPS_CPS | 2180 | depends on SYS_SUPPORTS_MIPS_CPS && !64BIT |
2181 | select MIPS_CM | 2181 | select MIPS_CM |
2182 | select MIPS_CPC | 2182 | select MIPS_CPC |
2183 | select MIPS_CPS_PM if HOTPLUG_CPU | 2183 | select MIPS_CPS_PM if HOTPLUG_CPU |