diff options
author | Steven King <sfking@fdwdc.com> | 2012-06-05 11:23:08 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-07-15 19:59:21 -0400 |
commit | 04e037aa4e5f71d11c004e844339d385a89733f6 (patch) | |
tree | 34f27c90251f7770e1bcbdcf3244b6b8b9dc7b85 /arch/m68k/Kconfig.cpu | |
parent | eac57949947fa24f47a2e993a1dbbfdb573b4301 (diff) |
m68knommu: Add support for the Coldfire 5251/5253
Basic support for the Coldfire 5251/5253.
Signed-off-by: Steven king <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig.cpu')
-rw-r--r-- | arch/m68k/Kconfig.cpu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index ff2314d5d934..8d9afb09f569 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu | |||
@@ -167,6 +167,14 @@ config M5249 | |||
167 | help | 167 | help |
168 | Motorola ColdFire 5249 processor support. | 168 | Motorola ColdFire 5249 processor support. |
169 | 169 | ||
170 | config M525x | ||
171 | bool "MCF525x" | ||
172 | depends on !MMU | ||
173 | select COLDFIRE_SW_A7 | ||
174 | select HAVE_MBAR | ||
175 | help | ||
176 | Freescale (Motorola) Coldfire 5251/5253 processor support. | ||
177 | |||
170 | config M527x | 178 | config M527x |
171 | bool | 179 | bool |
172 | 180 | ||