diff options
Diffstat (limited to 'toolchain/toolchain-common.in')
-rw-r--r-- | toolchain/toolchain-common.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index bdc6e76d6..9106e1f2b 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -66,6 +66,13 @@ config BR2_NEEDS_GETTEXT_IF_LOCALE bool default y if (BR2_NEEDS_GETTEXT && BR2_ENABLE_LOCALE) +config BR2_USE_MMU + bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_extensa + default y + help + If your target has a MMU, you should say Y here. If you + are unsure, just say Y. + config BR2_PREFER_SOFT_FLOAT bool default y if BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel |