ARM: OMAP depends on MMU
authorArnd Bergmann <arnd@arndb.de>
Fri, 8 Jun 2012 00:50:51 +0000 (18:50 -0600)
committerTony Lindgren <tony@atomide.com>
Thu, 28 Jun 2012 07:06:09 +0000 (00:06 -0700)
There is no way to build OMAP 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
this platforms for nommu kernels.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/Kconfig

index 84449dd8f031084f84990e0b5395bbabb0e42ce9..4b1fc0d612b66b919b6c1e6eddf70bb9e2516268 100644 (file)
@@ -934,6 +934,7 @@ config ARCH_DAVINCI
 
 config ARCH_OMAP
        bool "TI OMAP"
+       depends on MMU
        select HAVE_CLK
        select ARCH_REQUIRE_GPIOLIB
        select ARCH_HAS_CPUFREQ