mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:05:39 +08:00
aio: add depends on not disable all signals
when all signals are disabled, aio should not be enabled Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
committed by
Xiang Xiao
parent
1608223eb3
commit
3a38e71ef4
+1
-1
@@ -6,7 +6,7 @@
|
||||
config FS_AIO
|
||||
bool "Asynchronous I/O support"
|
||||
default n
|
||||
depends on SCHED_WORKQUEUE
|
||||
depends on SCHED_WORKQUEUE && !DISABLE_ALL_SIGNALS
|
||||
---help---
|
||||
Enable support for asynchronous I/O. This selection enables the
|
||||
interfaces declared in include/aio.h.
|
||||
|
||||
Reference in New Issue
Block a user