diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-11-22 12:35:41 -0800 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-11-22 12:37:37 -0800 |
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 dbbcfeb919d..31e5fd63ec9 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig @@ -49,6 +49,8 @@ endchoice config MSM_SOC_REV_A bool +config ARCH_MSM_SCORPIONMP + bool config ARCH_MSM_ARM11 bool |