diff mbox

[1/6] arm: U8500 depends on MMU

Message ID 1330199334-5133-1-git-send-email-mathieu.poirier@linaro.org
State New
Headers show

Commit Message

Mathieu Poirier Feb. 25, 2012, 7:48 p.m. UTC
From: Arnd Bergmann <arnd@arndb.de>

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>
---
 arch/arm/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Linus Walleij Feb. 29, 2012, 3:35 p.m. UTC | #1
On Sat, Feb 25, 2012 at 8:48 PM,  <mathieu.poirier@linaro.org> wrote:

> From: Arnd Bergmann <arnd@arndb.de>
>
> 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>

Thanks, applied!

Yours,
Linus Walleij
diff mbox

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a48aecc..f489e52 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