arch/arm: add support for noMMU
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 21 18:22:05 2009 +0200 (2009-10-21)
changeset 15949c0766bed0d2
parent 1593 66b2463743af
child 1595 882122458d2d
arch/arm: add support for noMMU

Some ARM cores do not have an MMU (eg. Cortex-Mx and Cortex-Rx series).
Thus, allow the user to configure out the MMU for ARM.
config/arch/arm.in
     1.1 --- a/config/arch/arm.in	Mon Oct 26 22:00:30 2009 +0100
     1.2 +++ b/config/arch/arm.in	Wed Oct 21 18:22:05 2009 +0200
     1.3 @@ -1,7 +1,8 @@
     1.4  # ARM specific configuration file
     1.5  
     1.6  config ARCH_arm
     1.7 -    select ARCH_USE_MMU
     1.8 +    select ARCH_SUPPORTS_BOTH_MMU
     1.9 +    select ARCH_DEFAULT_HAS_MMU
    1.10      select ARCH_SUPPORTS_BOTH_ENDIAN
    1.11      select ARCH_DEFAULT_LE
    1.12      select ARCH_SUPPORT_ARCH