[openwrt/openwrt] lantiq: refresh 6.12 kernel config files
LEDE Commits
lede-commits at lists.infradead.org
Fri Jul 18 04:31:46 PDT 2025
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/53aa30402c0664714e85e9880418bfe04effa067
commit 53aa30402c0664714e85e9880418bfe04effa067
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu May 8 23:36:39 2025 +0800
lantiq: refresh 6.12 kernel config files
All kernel symbols are automatically refreshed by
`make kernel_oldconfig CONFIG_TARGET=target` and
`make kernel_oldconfig CONFIG_TARGET=subtarget`.
Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
---
target/linux/lantiq/config-6.12 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/lantiq/config-6.12 b/target/linux/lantiq/config-6.12
index 3fe581129c..cd58233f35 100644
--- a/target/linux/lantiq/config-6.12
+++ b/target/linux/lantiq/config-6.12
@@ -24,6 +24,7 @@ CONFIG_CPU_R4K_CACHE_TLB=y
CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y
CONFIG_CPU_SUPPORTS_HIGHMEM=y
CONFIG_CPU_SUPPORTS_MSA=y
+CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
CONFIG_CRYPTO_LIB_GF128MUL=y
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=2
@@ -31,6 +32,7 @@ CONFIG_CRYPTO_LIB_SHA1=y
CONFIG_CRYPTO_LIB_UTILS=y
CONFIG_CSRC_R4K=y
CONFIG_DEBUG_INFO=y
+CONFIG_DMA_NEED_SYNC=y
CONFIG_DMA_NONCOHERENT=y
CONFIG_DTC=y
# CONFIG_DT_EASY50712 is not set
@@ -150,7 +152,6 @@ CONFIG_PINCTRL_LANTIQ=y
CONFIG_PINCTRL_XWAY=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_SYSCON=y
-CONFIG_PREEMPT_NONE_BUILD=y
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
CONFIG_RANDSTRUCT_NONE=y
CONFIG_REGMAP=y
More information about the lede-commits
mailing list