summaryrefslogtreecommitdiff
path: root/nuttx/fs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-29 16:46:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-29 16:46:31 -0600
commit508050dbc66e5c344a73cf81867aac991c25af5b (patch)
treef8b90719728c2f457671ae9c53943619907fa2b1 /nuttx/fs/Kconfig
parentc231f3b08e9e945e20f2601b0cba4831c47d59e5 (diff)
downloadpx4-nuttx-508050dbc66e5c344a73cf81867aac991c25af5b.tar.gz
px4-nuttx-508050dbc66e5c344a73cf81867aac991c25af5b.tar.bz2
px4-nuttx-508050dbc66e5c344a73cf81867aac991c25af5b.zip
Add a framework that may someday support shared memory objects in the VFS
Diffstat (limited to 'nuttx/fs/Kconfig')
-rw-r--r--nuttx/fs/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig
index cbb7c6ed9..9165814dc 100644
--- a/nuttx/fs/Kconfig
+++ b/nuttx/fs/Kconfig
@@ -49,6 +49,8 @@ config FS_WRITABLE
default n
source fs/semaphore/Kconfig
+source fs/mqueue/Kconfig
+source fs/shm/Kconfig
source fs/mmap/Kconfig
source fs/fat/Kconfig
source fs/nfs/Kconfig