aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-10-19 00:13:18 -0400
committerGreg Ungerer <gerg@uclinux.org>2011-12-29 19:20:50 -0500
commit1f7034b9616e6f14dc7b6aa280210421428f31af (patch)
tree52a950a4f58d00b3e28440bf5c4da2496453d982 /arch/m68k
parentad8f955daf77d303f0ee08d2acab30d3886cbd2b (diff)
m68k: allow ColdFire 547x and 548x CPUs to be built with MMU enabled
The ColdFire 547x and 548x CPUs have internal MMU hardware. All code to support this is now in, so we can build kernels with it enabled. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Matt Waddel <mwaddel@yahoo.com> Acked-by: Kurt Mahan <kmahan@xmission.com>
Diffstat (limited to 'arch/m68k')
-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