Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b47c7b6f authored by Greg Ungerer's avatar Greg Ungerer
Browse files

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: default avatarAngelo Dureghello <angelo@sysam.it>
Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
parent f55ab8f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ config M548x

config M5441x
	bool "MCF5441x"
	depends on !MMU
	select MMU_COLDFIRE if MMU
	select GENERIC_CLOCKEVENTS
	select HAVE_CACHE_CB
	help