mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
1608223eb3
commit
3a38e71ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue