# HG changeset patch # User "Yann E. MORIN" # Date 1256161555 -7200 # Node ID 1fbb4a9d94fca9fe1a6af56c0f741541dbdf7e46 # Parent 646bafb5b7f2d2c1b2a00c8b5cf7fa889f4c07d9 config: add help for the MMU/noMMU entry diff -r 646bafb5b7f2 -r 1fbb4a9d94fc config/target.in --- a/config/target.in Wed Oct 21 19:08:31 2009 +0200 +++ b/config/target.in Wed Oct 21 23:45:55 2009 +0200 @@ -52,6 +52,16 @@ 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