diff --git a/fs/aio/Kconfig b/fs/aio/Kconfig index d3561a5ee02..fa09b9a38cc 100644 --- a/fs/aio/Kconfig +++ b/fs/aio/Kconfig @@ -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.