aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/Kconfig
diff options
context:
space:
mode:
authorStepan Moskovchenko <stepanm@codeaurora.org>2010-12-01 22:31:16 -0500
committerDavid Brown <davidb@codeaurora.org>2011-01-21 18:27:55 -0500
commitf441ca2d403cf74ebffbc07a3ccd402efd995799 (patch)
tree0c69923877d5036121606f14fb1cb6f038f62151 /arch/arm/mach-msm/Kconfig
parentdecd4a9d3671cd95a46ca0e004700077d81c370d (diff)
msm: Support for the MSM8960 Simulator target
Add the board file, Kconfig options, and Makefile options needed to build for the MSM8960 Simulator target. 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/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 5d3d9ade12fb..adca96ca4093 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -48,6 +48,16 @@ config ARCH_MSM8X60
48 select IOMMU_API 48 select IOMMU_API
49 select MSM_SCM if SMP 49 select MSM_SCM if SMP
50 50
51config ARCH_MSM8960
52 bool "MSM8960"
53 select ARCH_MSM_SCORPIONMP
54 select MACH_MSM8960_SIM
55 select ARM_GIC
56 select CPU_V7
57 select MSM_V2_TLMM
58 select MSM_GPIOMUX
59 select MSM_SCM if SMP
60
51endchoice 61endchoice
52 62
53config MSM_SOC_REV_A 63config MSM_SOC_REV_A
@@ -125,6 +135,12 @@ config MACH_MSM8X60_FFA
125 help 135 help
126 Support for the Qualcomm MSM8x60 FFA eval board. 136 Support for the Qualcomm MSM8x60 FFA eval board.
127 137
138config MACH_MSM8960_SIM
139 depends on ARCH_MSM8960
140 bool "MSM8960 Simulator"
141 help
142 Support for the Qualcomm MSM8960 simulator.
143
128endmenu 144endmenu
129 145
130config IOMMU_PGTABLES_L2 146config IOMMU_PGTABLES_L2