msm: kconfig: Allow compiling for multiple targets
Allow multiple targets to be selected at the same time.
Only 8960 and 8064 may be concurrently compiled at this
time.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index d219336..f3c682e 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -1,8 +1,6 @@
if ARCH_MSM
-choice
- prompt "MSM SoC Type"
- default ARCH_MSM7X00A
+menu "MSM SoC Type"
config ARCH_MSM7X01A
bool "MSM7x00A / MSM7x01A"
@@ -152,7 +150,7 @@
select MSM_REMOTE_SPINLOCK_LDREX
select FSM9XXX_TLMM
-endchoice
+endmenu
choice
prompt "MSM SoC Revision"