mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 14:12:59 +00:00
config: add help for the MMU/noMMU entry
This commit is contained in:
parent
37c48b9654
commit
f7991ce0a8
@ -52,6 +52,16 @@ config ARCH_USE_MMU
|
||||
prompt "Use the MMU" if ARCH_SUPPORTS_BOTH_MMU
|
||||
default n if ! ARCH_DEFAULT_HAS_MMU
|
||||
default y if ARCH_DEFAULT_HAS_MMU
|
||||
help
|
||||
If your architecture has an MMU and you want to use it,
|
||||
say 'Y' here.
|
||||
|
||||
OTOH, if you don't want to use the MMU, or your arch
|
||||
lacks an MMU, say 'N' here.
|
||||
|
||||
Note that some architectures (eg. ARM) has variants that
|
||||
lacks an MMU (eg. ARM Cortex-M3), while other variants
|
||||
have one (eg. ARM Cortex-A8).
|
||||
|
||||
#--------------------------------------
|
||||
config ARCH_SUPPORTS_BOTH_ENDIAN
|
||||
|
Loading…
x
Reference in New Issue
Block a user