From: Arnd Bergmann Date: Sat, 25 Feb 2012 19:48:49 +0000 (-0700) Subject: ARM: ux500: U8500 depends on MMU X-Git-Tag: v3.4-rc1~93^2~7^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67ae14fcaf1b73ffd91feff630dc5911b20d5394;p=platform%2Fkernel%2Flinux-exynos.git ARM: ux500: U8500 depends on MMU 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 Signed-off-by: Mathieu Poirier Signed-off-by: Linus Walleij --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b145d67..e575b60 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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