Browse Source

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: Andy Walsh <[email protected]>
[improve commit title/message]
Signed-off-by: Adrian Schmutzler <[email protected]>
Andy Walsh 5 years ago
parent
commit
9afbf33b60
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/Config-kernel.in

+ 0 - 1
config/Config-kernel.in

@@ -380,7 +380,6 @@ config KERNEL_AIO
 config KERNEL_IO_URING
 config KERNEL_IO_URING
 	bool "Compile the kernel with io_uring support"
 	bool "Compile the kernel with io_uring support"
 	default y if !SMALL_FLASH
 	default y if !SMALL_FLASH
-	depends on LINUX_5_4
 
 
 config KERNEL_FHANDLE
 config KERNEL_FHANDLE
 	bool "Compile the kernel with support for fhandle syscalls"
 	bool "Compile the kernel with support for fhandle syscalls"