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.
This commit is contained in:
Yann E. MORIN" 2009-10-21 18:22:05 +02:00
parent 49e5b08739
commit 7bf7b7ff9a

View File

@ -1,7 +1,8 @@
# ARM specific configuration file
config ARCH_arm
select ARCH_USE_MMU
select ARCH_SUPPORTS_BOTH_MMU
select ARCH_DEFAULT_HAS_MMU
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_LE
select ARCH_SUPPORT_ARCH