aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Walsh <andy.walsh44+github@gmail.com>2021-01-11 15:22:30 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-14 01:23:16 +0100
commit9afbf33b60a322d1d77fdaf50a4a33d82f2ba323 (patch)
treeb0b35d91ca257adc0462950cb2caf6bfe4cf5b0b /config
parentaf49ae7d233666c294353a3cfc3bdf6fec7419fc (diff)
downloadupstream-9afbf33b60a322d1d77fdaf50a4a33d82f2ba323.tar.gz
upstream-9afbf33b60a322d1d77fdaf50a4a33d82f2ba323.tar.bz2
upstream-9afbf33b60a322d1d77fdaf50a4a33d82f2ba323.zip
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 <andy.walsh44+github@gmail.com> [improve commit title/message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 858ee0cf60..d99ce44c0d 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -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"