diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-11-04 21:01:38 -0500 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2013-04-28 19:17:58 -0400 |
commit | 6eac402783441543ffc582f5e6c942d488d848b0 (patch) | |
tree | 8abb904035e4dc624da23e76dd4007eaa577443d /arch/m68k/Kconfig.cpu | |
parent | 0d5340f93cc80418ab49af0fa1387403d0227dd5 (diff) |
m68knommu: create and use a common M53xx ColdFire class of CPUs
The current CONFIG_M532x support definitions are actually common to a larger
set of version 3 ColdFire CPU types. In the future we want to add support for
the 537x family. It is very similar to the 532x internally, and will be able
to use most of the same definitions.
Create a CONFIG_M53xx option that is enabled to support any of the common
532x and 537x CPU types. Convert the current users of CONFIG_M532x to use
CONFIG_M53xx instead.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig.cpu')
-rw-r--r-- | arch/m68k/Kconfig.cpu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index b1cfff832fb5..c94b930600b4 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu | |||
@@ -224,9 +224,13 @@ config M5307 | |||
224 | help | 224 | help |
225 | Motorola ColdFire 5307 processor support. | 225 | Motorola ColdFire 5307 processor support. |
226 | 226 | ||
227 | config M53xx | ||
228 | bool | ||
229 | |||
227 | config M532x | 230 | config M532x |
228 | bool "MCF532x" | 231 | bool "MCF532x" |
229 | depends on !MMU | 232 | depends on !MMU |
233 | select M53xx | ||
230 | select HAVE_CACHE_CB | 234 | select HAVE_CACHE_CB |
231 | help | 235 | help |
232 | Freescale (Motorola) ColdFire 532x processor support. | 236 | Freescale (Motorola) ColdFire 532x processor support. |