ARM: ux500: U8500 depends on MMU
authorArnd Bergmann <arnd@arndb.de>
Sat, 25 Feb 2012 19:48:49 +0000 (12:48 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Feb 2012 16:09:09 +0000 (17:09 +0100)
There is no way to build  U8500 kernels without an MMU
at this point because of dependencies on MMU-only functions.

As long as nobody is interested in fixing this, let's just disable
the platforms for nommu kernels.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/Kconfig

index b145d67a1288d2229000a93768a457560a8bd113..e575b608dd4ed9ea7cb9a92d2fa29db75b6761ac 100644 (file)
@@ -901,6 +901,7 @@ config ARCH_U300
 
 config ARCH_U8500
        bool "ST-Ericsson U8500 Series"
+       depends on MMU
        select CPU_V7
        select ARM_AMBA
        select GENERIC_CLOCKEVENTS