Skip to content

Commit

Permalink
m68k: allow ColdFire 547x and 548x CPUs to be built with MMU enabled
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gregungerer committed Dec 30, 2011
1 parent ad8f955 commit 1f7034b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/m68k/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,16 @@ config M54xx

config M547x
bool "MCF547x"
depends on !MMU
select M54xx
select MMU_COLDFIRE if MMU
select HAVE_CACHE_CB
select HAVE_MBAR
help
Freescale ColdFire 5470/5471/5472/5473/5474/5475 processor support.

config M548x
bool "MCF548x"
depends on !MMU
select MMU_COLDFIRE if MMU
select M54xx
select HAVE_CACHE_CB
select HAVE_MBAR
Expand Down

0 comments on commit 1f7034b

Please sign in to comment.