aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/Kconfig
diff options
context:
space:
mode:
authorStepan Moskovchenko <stepanm@codeaurora.org>2010-12-13 21:12:19 -0500
committerDavid Brown <davidb@codeaurora.org>2011-01-21 18:27:56 -0500
commit50ede4e39aa5b61685ca87f58422478b1a538ca8 (patch)
treea536624f34bf9cbc779f0af926f2b10c581f6cfa /arch/arm/mach-msm/Kconfig
parentf441ca2d403cf74ebffbc07a3ccd402efd995799 (diff)
msm: Support for the MSM8960 RUMI3 target
Add the machine record, init code, and build support for the MSM8960 RUMI3. Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r--arch/arm/mach-msm/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index adca96ca4093..df9d74eaa472 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -51,7 +51,7 @@ config ARCH_MSM8X60
51config ARCH_MSM8960 51config ARCH_MSM8960
52 bool "MSM8960" 52 bool "MSM8960"
53 select ARCH_MSM_SCORPIONMP 53 select ARCH_MSM_SCORPIONMP
54 select MACH_MSM8960_SIM 54 select MACH_MSM8960_SIM if (!MACH_MSM8960_RUMI3)
55 select ARM_GIC 55 select ARM_GIC
56 select CPU_V7 56 select CPU_V7
57 select MSM_V2_TLMM 57 select MSM_V2_TLMM
@@ -141,6 +141,12 @@ config MACH_MSM8960_SIM
141 help 141 help
142 Support for the Qualcomm MSM8960 simulator. 142 Support for the Qualcomm MSM8960 simulator.
143 143
144config MACH_MSM8960_RUMI3
145 depends on ARCH_MSM8960
146 bool "MSM8960 RUMI3"
147 help
148 Support for the Qualcomm MSM8960 RUMI3 emulator.
149
144endmenu 150endmenu
145 151
146config IOMMU_PGTABLES_L2 152config IOMMU_PGTABLES_L2