aboutsummaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 6d872c42..6e929c23 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -1,6 +1,6 @@
# Linux kernel options
-## depends on !ARCH_AVR && !ARCH_MSP430 && !ARCH_MOXIE && !ARCH_PRU
+## depends on !ARCH_AVR && !ARCH_LM32 && !ARCH_MSP430 && !ARCH_MOXIE && !ARCH_PRU
## select KERNEL_SUPPORTS_SHARED_LIBS
## help Build a toolchain targeting systems running Linux as a kernel.
@@ -12,12 +12,15 @@
# (including versions in between) until the EOL dates indicated below.
# Such pinned versions are indicated in version.desc files with a comment.
+config KERNEL_has_rsync
+ def_bool $(success,which rsync)
+
config KERNEL_DEP_RSYNC
def_bool y
- select LINUX_REQUIRE_older_than_5_3 if !CONFIGURE_has_rsync
+ select LINUX_REQUIRE_older_than_5_3 if !KERNEL_has_rsync
comment "Linux >=5.3 requires rsync"
- depends on !CONFIGURE_has_rsync
+ depends on !KERNEL_has_rsync
choice
bool