aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/Kconfig
diff options
context:
space:
mode:
authorHyok S. Choi <hyok.choi@samsung.com>2006-09-26 04:37:36 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-27 12:39:17 -0400
commit07e0da78abdc679714a12e7a60137d950c346681 (patch)
tree5a6e759c1063d8ec5113c37f72a906c7db711307 /arch/arm/mm/Kconfig
parentf12d0d7c7786af39435ef6ae9defe47fb58f6091 (diff)
[ARM] nommu: add ARM7TDMI core support
This patch adds ARM7TDMI core support which has no cache and no CP15 register(no memory control unit). Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r--arch/arm/mm/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 0ac11ea84508..9f860aa9c908 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -25,6 +25,19 @@ config CPU_ARM610
25 Say Y if you want support for the ARM610 processor. 25 Say Y if you want support for the ARM610 processor.
26 Otherwise, say N. 26 Otherwise, say N.
27 27
28# ARM7TDMI
29config CPU_ARM7TDMI
30 bool "Support ARM7TDMI processor"
31 select CPU_32v4T
32 select CPU_ABRT_LV4T
33 select CPU_CACHE_V4
34 help
35 A 32-bit RISC microprocessor based on the ARM7 processor core
36 which has no memory control unit and cache.
37
38 Say Y if you want support for the ARM7TDMI processor.
39 Otherwise, say N.
40
28# ARM710 41# ARM710
29config CPU_ARM710 42config CPU_ARM710
30 bool "Support ARM710 processor" if !ARCH_CLPS7500 && ARCH_RPC 43 bool "Support ARM710 processor" if !ARCH_CLPS7500 && ARCH_RPC