diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-11-22 15:35:41 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-11-22 15:37:37 -0500 |
commit | 89c3dedf477da9c8d42d3a63d16875e52f74108b (patch) | |
tree | ae0cc948f9e3aa62666aff2b1f3a21b05ec596d7 /arch/arm/mach-msm | |
parent | 3561d43fd289f590fdae672e5eb831b8d5cf0bf6 (diff) |
arm: kconfig: enable SMP for MSM targets
This just adds ARCH_MSM_SCORPIONMP to allow SMP selection for
MSM. MSM is unique in that it doesn't enable SCU or TWD.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index dbbcfeb919db..31e5fd63ec9a 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig | |||
@@ -49,6 +49,8 @@ endchoice | |||
49 | 49 | ||
50 | config MSM_SOC_REV_A | 50 | config MSM_SOC_REV_A |
51 | bool | 51 | bool |
52 | config ARCH_MSM_SCORPIONMP | ||
53 | bool | ||
52 | 54 | ||
53 | config ARCH_MSM_ARM11 | 55 | config ARCH_MSM_ARM11 |
54 | bool | 56 | bool |