提交 1f7034b9 编写于 作者: G Greg Ungerer

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: NGreg Ungerer <gerg@uclinux.org>
Acked-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: NMatt Waddel <mwaddel@yahoo.com>
Acked-by: NKurt Mahan <kmahan@xmission.com>
上级 ad8f955d
...@@ -236,8 +236,8 @@ config M54xx ...@@ -236,8 +236,8 @@ config M54xx
config M547x config M547x
bool "MCF547x" bool "MCF547x"
depends on !MMU
select M54xx select M54xx
select MMU_COLDFIRE if MMU
select HAVE_CACHE_CB select HAVE_CACHE_CB
select HAVE_MBAR select HAVE_MBAR
help help
...@@ -245,7 +245,7 @@ config M547x ...@@ -245,7 +245,7 @@ config M547x
config M548x config M548x
bool "MCF548x" bool "MCF548x"
depends on !MMU select MMU_COLDFIRE if MMU
select M54xx select M54xx
select HAVE_CACHE_CB select HAVE_CACHE_CB
select HAVE_MBAR select HAVE_MBAR
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册