Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68k: allow ColdFire m5441x parts to run with MMU enabled

The Freescale ColdFire M5441x system-on-chip parts have full paged MMU
hardware support. So far though we have only allowed them to be
configured for use in non-MMU mode.

All required kernel changes to support operation of the M5441x parts
with MMU enabled have been pushed into the kernel, so now we can allow
it to be configured and used with the MMU enabled.

Tested-by: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>

+1 -1
+1 -1
arch/m68k/Kconfig.cpu
··· 284 284 285 285 config M5441x 286 286 bool "MCF5441x" 287 - depends on !MMU 287 + select MMU_COLDFIRE if MMU 288 288 select GENERIC_CLOCKEVENTS 289 289 select HAVE_CACHE_CB 290 290 help