summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/Kconfig')
-rw-r--r--nuttx/libc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/libc/Kconfig b/nuttx/libc/Kconfig
index e95cd245a..e425a48d5 100644
--- a/nuttx/libc/Kconfig
+++ b/nuttx/libc/Kconfig
@@ -79,6 +79,14 @@ config EOL_IS_EITHER_CRLF
endchoice
+config LIBC_AIO
+ bool "Asynchronous I/O support"
+ default n
+ depends on ((BUILD_PROTECTED || BUILD_KERNEL) && SCHED_USRWORK) || (BUILD_FLAT && SCHED_LPWORK)
+ ---help---
+ Enable support for aynchronous I/O. This selection enabled the
+ interface declared in include/aio.h.
+
config LIBC_EXECFUNCS
bool "Enable exec[l|v] / posix_spawn() Support"
default n