summaryrefslogtreecommitdiff
path: root/nuttx/fs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-28 12:19:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-28 12:19:01 -0600
commit1398381d05cea7c71d83138e36d57b06278bfa33 (patch)
tree426c11fc6e2b9d8435180dea352d2409c229dd99 /nuttx/fs/Kconfig
parent465f0eba5068ad78d659ad5c75cf3e91da60b8c3 (diff)
downloadpx4-nuttx-1398381d05cea7c71d83138e36d57b06278bfa33.tar.gz
px4-nuttx-1398381d05cea7c71d83138e36d57b06278bfa33.tar.bz2
px4-nuttx-1398381d05cea7c71d83138e36d57b06278bfa33.zip
Create a build structure that will (eventually) support using the VFS to manage named semaphores
Diffstat (limited to 'nuttx/fs/Kconfig')
-rw-r--r--nuttx/fs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig
index 12a68e36b..cbb7c6ed9 100644
--- a/nuttx/fs/Kconfig
+++ b/nuttx/fs/Kconfig
@@ -48,6 +48,7 @@ config FS_WRITABLE
bool
default n
+source fs/semaphore/Kconfig
source fs/mmap/Kconfig
source fs/fat/Kconfig
source fs/nfs/Kconfig