aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kconfig.cpu
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/Kconfig.cpu')
-rw-r--r--arch/m68k/Kconfig.cpu4
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
227config M53xx
228 bool
229
227config M532x 230config 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.