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:
wangchengdong
2026-02-08 15:42:28 +08:00
committed by Xiang Xiao
parent 1608223eb3
commit 3a38e71ef4
+1 -1
View File
@@ -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.