Skip to content
Snippets Groups Projects
Commit 9afbf33b authored by Andy Walsh's avatar Andy Walsh Committed by Adrian Schmutzler
Browse files

kernel: drop unneeded kernel version dependency


The current master only supports kernel 5.4, and there is no reason
to remove KERNEL_IO_URING for future kernels.

Drop the unneeded dependency.

Signed-off-by: default avatarAndy Walsh <andy.walsh44+github@gmail.com>
[improve commit title/message]
Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent af49ae7d
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,6 @@ config KERNEL_AIO
config KERNEL_IO_URING
bool "Compile the kernel with io_uring support"
default y if !SMALL_FLASH
depends on LINUX_5_4
config KERNEL_FHANDLE
bool "Compile the kernel with support for fhandle syscalls"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment