summaryrefslogtreecommitdiff
path: root/nuttx/mm
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm')
-rw-r--r--nuttx/mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/Kconfig b/nuttx/mm/Kconfig
index 64d4fa07a..135023ff5 100644
--- a/nuttx/mm/Kconfig
+++ b/nuttx/mm/Kconfig
@@ -135,7 +135,7 @@ if MM_PGALLOC
config MM_PGSIZE
int "Page Size"
default 4096
- --help---
+ ---help---
The MMU page size. Must be one of {1024, 2048, 4096, 8192, or
16384}. This is easily extensible, but only those values are
currently support.