summaryrefslogtreecommitdiff
path: root/nuttx/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/Kconfig')
-rw-r--r--nuttx/mm/Kconfig19
1 files changed, 10 insertions, 9 deletions
diff --git a/nuttx/mm/Kconfig b/nuttx/mm/Kconfig
index 38288a845..64d4fa07a 100644
--- a/nuttx/mm/Kconfig
+++ b/nuttx/mm/Kconfig
@@ -79,15 +79,6 @@ config HEAP2_SIZE
endif # ARCH_HAVE_HEAP2
-
-config MM_SHM
- bool "Shared memory support"
- default n
- depends on BUILD_KERNEL && EXPERIMENTAL
- ---help---
- Build in support for the shared memory interfaces shmget(), shmat(),
- shmctl(), and shmdt().
-
config GRAN
bool "Enable Granule Allocator"
default n
@@ -158,3 +149,13 @@ config DEBUG_PGALLOC
allocation logic.
endif # MM_PGALLOC
+
+config MM_SHM
+ bool "Shared memory support"
+ default n
+ depends on MM_PGALLOC && BUILD_KERNEL && EXPERIMENTAL
+ ---help---
+ Build in support for the shared memory interfaces shmget(), shmat(),
+ shmctl(), and shmdt().
+
+