diff options
author | Hyok S. Choi <hyok.choi@samsung.com> | 2006-09-26 04:38:05 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-27 12:39:17 -0400 |
commit | 43f5f0146ef5c3a3421ea53a0708fd37edcb8905 (patch) | |
tree | 9bc8d546aa0d801f28ef882937af929b0f4f22d3 /arch/arm/mm/Kconfig | |
parent | b731c3118d87f26c8bf3f358ffbbc24450af50a6 (diff) |
[ARM] nommu: add ARM9TDMI core support
This patch adds ARM9TDMI 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/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 87f9fece9606..ed9d32c2469e 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -90,6 +90,19 @@ config CPU_ARM740T | |||
90 | Say Y if you want support for the ARM740T processor. | 90 | Say Y if you want support for the ARM740T processor. |
91 | Otherwise, say N. | 91 | Otherwise, say N. |
92 | 92 | ||
93 | # ARM9TDMI | ||
94 | config CPU_ARM9TDMI | ||
95 | bool "Support ARM9TDMI processor" | ||
96 | select CPU_32v4T | ||
97 | select CPU_ABRT_EV4T | ||
98 | select CPU_CACHE_V4 | ||
99 | help | ||
100 | A 32-bit RISC microprocessor based on the ARM9 processor core | ||
101 | which has no memory control unit and cache. | ||
102 | |||
103 | Say Y if you want support for the ARM9TDMI processor. | ||
104 | Otherwise, say N. | ||
105 | |||
93 | # ARM920T | 106 | # ARM920T |
94 | config CPU_ARM920T | 107 | config CPU_ARM920T |
95 | bool "Support ARM920T processor" | 108 | bool "Support ARM920T processor" |