diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-02-25 14:48:49 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-02-29 11:09:09 -0500 |
commit | 67ae14fcaf1b73ffd91feff630dc5911b20d5394 (patch) | |
tree | 66a38347fe3008f434adea9bb780fd837fd12131 /arch/arm/Kconfig | |
parent | 0e62f9f4961167005718ddc443c2adeccf02c4e6 (diff) |
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 <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-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 b145d67a1288..e575b608dd4e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -901,6 +901,7 @@ config ARCH_U300 | |||
901 | 901 | ||
902 | config ARCH_U8500 | 902 | config ARCH_U8500 |
903 | bool "ST-Ericsson U8500 Series" | 903 | bool "ST-Ericsson U8500 Series" |
904 | depends on MMU | ||
904 | select CPU_V7 | 905 | select CPU_V7 |
905 | select ARM_AMBA | 906 | select ARM_AMBA |
906 | select GENERIC_CLOCKEVENTS | 907 | select GENERIC_CLOCKEVENTS |