msm: Kconfig: remove default SMP support for 8910 and 8226

SMP support should be a user configurable option. None of the
targets should select this option by default.

Change-Id: I626497a8d49570caa168c2e4b3c86d1647a7569b
Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index a0868c7..16e1c6d 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -369,7 +369,6 @@
 	bool "MSM8910"
 	select ARM_GIC
 	select GIC_SECURE
-	select SMP
 	select ARCH_MSM_CORTEXMP
 	select CPU_V7
 	select MSM_SCM if SMP
@@ -385,7 +384,6 @@
 	bool "MSM8226"
 	select ARM_GIC
 	select GIC_SECURE
-	select SMP
 	select ARCH_MSM_CORTEXMP
 	select CPU_V7
 	select MSM_SCM if SMP