From: Greg Ungerer <[email protected]>

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]>
---
 arch/m68k/Kconfig.cpu |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu
index 5ae1d63..a4c75ad 100644
--- a/arch/m68k/Kconfig.cpu
+++ b/arch/m68k/Kconfig.cpu
@@ -226,8 +226,8 @@ config M54xx
 
 config M547x
        bool "MCF547x"
-       depends on !MMU
        select COLDFIRE
+       select MMU_COLDFIRE if MMU
        select M54xx
        select HAVE_CACHE_CB
        select HAVE_MBAR
@@ -236,8 +236,8 @@ config M547x
 
 config M548x
        bool "MCF548x"
-       depends on !MMU
        select COLDFIRE
+       select MMU_COLDFIRE if MMU
        select M54xx
        select HAVE_CACHE_CB
        select HAVE_MBAR
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to