summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-21 17:02:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-21 17:02:15 -0600
commit33f9cf7ff10eddb1b68b0e591f84b8e3cd764131 (patch)
tree2163a79c4e6d74cb14175755a49000f9217c0f86 /nuttx/arch
parentaeef3868c4a9f2d52bda64cf4caf9cb9897409ae (diff)
downloadpx4-nuttx-33f9cf7ff10eddb1b68b0e591f84b8e3cd764131.tar.gz
px4-nuttx-33f9cf7ff10eddb1b68b0e591f84b8e3cd764131.tar.bz2
px4-nuttx-33f9cf7ff10eddb1b68b0e591f84b8e3cd764131.zip
Fix backward help instructions in a Kconfig file
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/mips/src/mips32/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/arch/mips/src/mips32/Kconfig b/nuttx/arch/mips/src/mips32/Kconfig
index 846458c28..c6673654e 100644
--- a/nuttx/arch/mips/src/mips32/Kconfig
+++ b/nuttx/arch/mips/src/mips32/Kconfig
@@ -60,9 +60,10 @@ config MIPS32_TOOLCHAIN_MICROCHIP_XC32_LICENSED
default n
depends on MIPS32_TOOLCHAIN_MICROCHIPL_XC32 || MIPS32_TOOLCHAIN_MICROCHIPW_XC32
---help---
- If you are using the unlicensed, free XC32 compiler then select this
- option so that the build system will not attend to enable
- optimization.
+ The free, unlicensed XC32 compiler will not support either
+ optimization or the microMIPs ISA. If you are using a licensed,
+ XC32 compiler then select this option so that the build system will
+ suppport higher levels of optimization.
config MIPS32_FRAMEPOINTER
bool "ABI Uses Frame Pointer"