diff --git a/linux/Config.in b/linux/Config.in index 769bf3391f..1af6412017 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -171,13 +171,11 @@ config BR2_LINUX_KERNEL_USE_DEFCONFIG config BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG bool "Use the architecture default configuration" - # We know that the default configuration on some architectures + # We know that the default configuration on many architectures # requires host-openssl, so select it for the latest kernel # version. This is mainly needed to fix autobuilder testing. select BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL if \ - BR2_LINUX_KERNEL_LATEST_VERSION && \ - (BR2_aarch64 || BR2_aarch64_be || BR2_arcle || BR2_arceb || \ - BR2_or1k || BR2_riscv || BR2_sparc || BR2_x86_64) + BR2_LINUX_KERNEL_LATEST_VERSION help This option will use the default configuration for the selected architecture. I.e, it is equivalent to running