From: Markos Chandras Date: Tue, 25 Nov 2014 09:15:45 +0000 (+0000) Subject: MIPS: Kconfig: Disable SMP/CPS for 64-bit X-Git-Tag: KARO-TXA5-2015-06-26~129^2^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e69c806152830ab8a10d8a0bd29de38f01f4acf1;p=karo-tx-linux.git 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 Cc: Paul Burton Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8573/ Signed-off-by: Ralf Baechle --- 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 config MIPS_CPS bool "MIPS Coherent Processing System support" - depends on SYS_SUPPORTS_MIPS_CPS + depends on SYS_SUPPORTS_MIPS_CPS && !64BIT select MIPS_CM select MIPS_CPC select MIPS_CPS_PM if HOTPLUG_CPU