kernel: drop unneeded kernel version dependency
authorAndy Walsh <andy.walsh44+github@gmail.com>
Mon, 11 Jan 2021 14:22:30 +0000 (15:22 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 14 Jan 2021 00:23:16 +0000 (01:23 +0100)
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: Andy Walsh <andy.walsh44+github@gmail.com>
[improve commit title/message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
config/Config-kernel.in

index 858ee0cf60b11aeb766197af33adc8d069bc11f2..d99ce44c0dd6cfa28ea9fc39155e22d3b4f24dd8 100644 (file)
@@ -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"