aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r--arch/arm/mm/Kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index ae427de27ce0..6c1bd424ea61 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -97,7 +97,7 @@ config CPU_ARM9TDMI
97 bool "Support ARM9TDMI processor" 97 bool "Support ARM9TDMI processor"
98 depends on !MMU 98 depends on !MMU
99 select CPU_32v4T 99 select CPU_32v4T
100 select CPU_ABRT_EV4T 100 select CPU_ABRT_NOMMU
101 select CPU_CACHE_V4 101 select CPU_CACHE_V4
102 help 102 help
103 A 32-bit RISC microprocessor based on the ARM9 processor core 103 A 32-bit RISC microprocessor based on the ARM9 processor core
@@ -192,7 +192,7 @@ config CPU_ARM940T
192 bool "Support ARM940T processor" if ARCH_INTEGRATOR 192 bool "Support ARM940T processor" if ARCH_INTEGRATOR
193 depends on !MMU 193 depends on !MMU
194 select CPU_32v4T 194 select CPU_32v4T
195 select CPU_ABRT_EV4T 195 select CPU_ABRT_NOMMU
196 select CPU_CACHE_VIVT 196 select CPU_CACHE_VIVT
197 select CPU_CP15_MPU 197 select CPU_CP15_MPU
198 help 198 help
@@ -209,7 +209,7 @@ config CPU_ARM946E
209 bool "Support ARM946E-S processor" if ARCH_INTEGRATOR 209 bool "Support ARM946E-S processor" if ARCH_INTEGRATOR
210 depends on !MMU 210 depends on !MMU
211 select CPU_32v5 211 select CPU_32v5
212 select CPU_ABRT_EV5T 212 select CPU_ABRT_NOMMU
213 select CPU_CACHE_VIVT 213 select CPU_CACHE_VIVT
214 select CPU_CP15_MPU 214 select CPU_CP15_MPU
215 help 215 help
@@ -392,6 +392,9 @@ config CPU_32v6
392 bool 392 bool
393 393
394# The abort model 394# The abort model
395config CPU_ABRT_NOMMU
396 bool
397
395config CPU_ABRT_EV4 398config CPU_ABRT_EV4
396 bool 399 bool
397 400