kernel: improve handling of CONFIG_IO_URING
[openwrt/staging/nbd.git] / config / Config-kernel.in
index c7b1864235bd5a4261cef84e50ec8983a89ab059..979a44660db42b75a37f1a037c4e42fc6fa10ffa 100644 (file)
@@ -469,7 +469,8 @@ config KERNEL_AIO
 
 config KERNEL_IO_URING
        bool "Compile the kernel with io_uring support"
-       default y if !SMALL_FLASH
+       depends on !SMALL_FLASH
+       default y if (x86_64 || aarch64)
 
 config KERNEL_FHANDLE
        bool "Compile the kernel with support for fhandle syscalls"