diff options
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 5d3d9ade12fb..1516896e8d17 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig | |||
@@ -45,7 +45,16 @@ config ARCH_MSM8X60 | |||
45 | select CPU_V7 | 45 | select CPU_V7 |
46 | select MSM_V2_TLMM | 46 | select MSM_V2_TLMM |
47 | select MSM_GPIOMUX | 47 | select MSM_GPIOMUX |
48 | select IOMMU_API | 48 | select MSM_SCM if SMP |
49 | |||
50 | config ARCH_MSM8960 | ||
51 | bool "MSM8960" | ||
52 | select ARCH_MSM_SCORPIONMP | ||
53 | select MACH_MSM8960_SIM if (!MACH_MSM8960_RUMI3) | ||
54 | select ARM_GIC | ||
55 | select CPU_V7 | ||
56 | select MSM_V2_TLMM | ||
57 | select MSM_GPIOMUX | ||
49 | select MSM_SCM if SMP | 58 | select MSM_SCM if SMP |
50 | 59 | ||
51 | endchoice | 60 | endchoice |
@@ -125,11 +134,35 @@ config MACH_MSM8X60_FFA | |||
125 | help | 134 | help |
126 | Support for the Qualcomm MSM8x60 FFA eval board. | 135 | Support for the Qualcomm MSM8x60 FFA eval board. |
127 | 136 | ||
137 | config MACH_MSM8960_SIM | ||
138 | depends on ARCH_MSM8960 | ||
139 | bool "MSM8960 Simulator" | ||
140 | help | ||
141 | Support for the Qualcomm MSM8960 simulator. | ||
142 | |||
143 | config MACH_MSM8960_RUMI3 | ||
144 | depends on ARCH_MSM8960 | ||
145 | bool "MSM8960 RUMI3" | ||
146 | help | ||
147 | Support for the Qualcomm MSM8960 RUMI3 emulator. | ||
148 | |||
128 | endmenu | 149 | endmenu |
129 | 150 | ||
151 | config MSM_IOMMU | ||
152 | bool "MSM IOMMU Support" | ||
153 | depends on ARCH_MSM8X60 || ARCH_MSM8960 | ||
154 | select IOMMU_API | ||
155 | default n | ||
156 | help | ||
157 | Support for the IOMMUs found on certain Qualcomm SOCs. | ||
158 | These IOMMUs allow virtualization of the address space used by most | ||
159 | cores within the multimedia subsystem. | ||
160 | |||
161 | If unsure, say N here. | ||
162 | |||
130 | config IOMMU_PGTABLES_L2 | 163 | config IOMMU_PGTABLES_L2 |
131 | def_bool y | 164 | def_bool y |
132 | depends on ARCH_MSM8X60 && MMU && SMP && CPU_DCACHE_DISABLE=n | 165 | depends on MSM_IOMMU && MMU && SMP && CPU_DCACHE_DISABLE=n |
133 | 166 | ||
134 | config MSM_DEBUG_UART | 167 | config MSM_DEBUG_UART |
135 | int | 168 | int |