mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Add README files and configuration support for the shared memory logic
This commit is contained in:
+10
-9
@@ -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().
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user