Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00a36698 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Tony Lindgren
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fd5c3fd7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -934,6 +934,7 @@ config ARCH_DAVINCI


config ARCH_OMAP
config ARCH_OMAP
	bool "TI OMAP"
	bool "TI OMAP"
	depends on MMU
	select HAVE_CLK
	select HAVE_CLK
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_HAS_CPUFREQ
	select ARCH_HAS_CPUFREQ