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, 2 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu
index f10a5d0f0774..8a9c767125a4 100644
--- a/arch/m68k/Kconfig.cpu
+++ b/arch/m68k/Kconfig.cpu
@@ -236,8 +236,8 @@ config M54xx
236 236
237config M547x 237config M547x
238 bool "MCF547x" 238 bool "MCF547x"
239 depends on !MMU
240 select M54xx 239 select M54xx
240 select MMU_COLDFIRE if MMU
241 select HAVE_CACHE_CB 241 select HAVE_CACHE_CB
242 select HAVE_MBAR 242 select HAVE_MBAR
243 help 243 help
@@ -245,7 +245,7 @@ config M547x
245 245
246config M548x 246config M548x
247 bool "MCF548x" 247 bool "MCF548x"
248 depends on !MMU 248 select MMU_COLDFIRE if MMU
249 select M54xx 249 select M54xx
250 select HAVE_CACHE_CB 250 select HAVE_CACHE_CB
251 select HAVE_MBAR 251 select HAVE_MBAR