summaryrefslogtreecommitdiff
path: root/nuttx/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/Kconfig')
-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.