Skip to content

Commit 1f7034b

Browse files
committed
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 <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Acked-by: Matt Waddel <[email protected]> Acked-by: Kurt Mahan <[email protected]>
1 parent ad8f955 commit 1f7034b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/m68k/Kconfig.cpu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,16 +236,16 @@ config M54xx
236236

237237
config M547x
238238
bool "MCF547x"
239-
depends on !MMU
240239
select M54xx
240+
select MMU_COLDFIRE if MMU
241241
select HAVE_CACHE_CB
242242
select HAVE_MBAR
243243
help
244244
Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support.
245245

246246
config M548x
247247
bool "MCF548x"
248-
depends on !MMU
248+
select MMU_COLDFIRE if MMU
249249
select M54xx
250250
select HAVE_CACHE_CB
251251
select HAVE_MBAR

0 commit comments

Comments
 (0)