summaryrefslogtreecommitdiff
path: root/nuttx/fs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-05 15:33:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-05 15:33:31 -0600
commit5daa95bae187d09a50bc2663ee6291eb7c46b5dd (patch)
tree582ffeedb8a5aa6ed4b6d3da6ff4cf47eb475b1d /nuttx/fs/Kconfig
parent2bbdd8cc73bea765bf9464e3316c1b8a5cd8a47e (diff)
downloadpx4-nuttx-5daa95bae187d09a50bc2663ee6291eb7c46b5dd.tar.gz
px4-nuttx-5daa95bae187d09a50bc2663ee6291eb7c46b5dd.tar.bz2
px4-nuttx-5daa95bae187d09a50bc2663ee6291eb7c46b5dd.zip
Move all file operations from libc/aio to fs/aio. These will need to be kernel routines in order to handler issues with using file descriptors on worker thread
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 9165814dc..85de5acd6 100644
--- a/nuttx/fs/Kconfig
+++ b/nuttx/fs/Kconfig
@@ -48,6 +48,7 @@ config FS_WRITABLE
bool
default n
+source fs/aio/Kconfig
source fs/semaphore/Kconfig
source fs/mqueue/Kconfig
source fs/shm/Kconfig