summaryrefslogtreecommitdiff
path: root/nuttx/fs/aio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/aio/Kconfig')
-rw-r--r--nuttx/fs/aio/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/nuttx/fs/aio/Kconfig b/nuttx/fs/aio/Kconfig
new file mode 100644
index 000000000..d4089bc83
--- /dev/null
+++ b/nuttx/fs/aio/Kconfig
@@ -0,0 +1,15 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config FS_AIO
+ bool "Asynchronous I/O support"
+ default n
+ depends on SCHED_LPWORK
+ ---help---
+ Enable support for aynchronous I/O. This selection enables the
+ interfaces declared in include/aio.h.
+
+if FS_AIO
+endif