summaryrefslogtreecommitdiff
path: root/nuttx/mm
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:00 -0600
commit561c54964b2c99b1709fa79ee98aea31e7d7d449 (patch)
treec6f4c2610a9850b76b54b9716d3c51bdf4af3e56 /nuttx/mm
parent1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f (diff)
downloadpx4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.tar.gz
px4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.tar.bz2
px4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.zip
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
Diffstat (limited to 'nuttx/mm')
-rw-r--r--nuttx/mm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/mm/Kconfig b/nuttx/mm/Kconfig
index 57b039fa9..960c979e8 100644
--- a/nuttx/mm/Kconfig
+++ b/nuttx/mm/Kconfig
@@ -53,7 +53,7 @@ config MM_SMALL
have smaller overhead than devices that support 32-bit addressability.
However, there are many MCUs that support 32-bit addressability *but*
have internal SRAM of size less than or equal to 64Kb. In this case,
- CONFIG_MM_SMALL can be defined so that those MCUs will also benefit
+ MM_SMALL can be defined so that those MCUs will also benefit
from the smaller, 16-bit-based allocation overhead.
NOTE: If MM_MULTIHEAP is selected, then this applies to all heaps.
@@ -126,5 +126,5 @@ config DEBUG_GRAN
default n
depends on GRAN && DEBUG
---help---
- Just like CONFIG_DEBUG_MM, but only generates ouput from the gran
+ Just like DEBUG_MM, but only generates ouput from the gran
allocation logic.