summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 6ff8192..a6cd40f 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -12,6 +12,13 @@
# (including versions in between) until the EOL dates indicated below.
# Such pinned versions are indicated in version.desc files with a comment.
+config KERNEL_DEP_RSYNC
+ def_bool y
+ select LINUX_REQUIRE_older_than_5_3 if !CONFIGURE_has_rsync
+
+comment "Linux >=5.3 requires rsync"
+ depends on !CONFIGURE_has_rsync
+
choice
bool
prompt "Kernel verbosity:"