diff options
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" |