diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-06-07 18:50:51 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-28 00:06:09 -0700 |
commit | 00a3669838a02de2ae139bdb13c1019aa427a442 (patch) | |
tree | 5db2f6b518eb7c89bd36b18dbc873ed9996899cc /arch | |
parent | fd5c3fd7c4d06414453d7b72ab6d59ab1a0d2356 (diff) |
ARM: OMAP depends on MMU
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 84449dd8f031..4b1fc0d612b6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 |