From 42982d0d427adb70f0fdab1237cedf6328e9688f Mon Sep 17 00:00:00 2001 From: Wenwen Fu Date: Tue, 15 Sep 2026 15:37:53 +0800 Subject: [PATCH] linux-qcom: build IPv6 in for early systemd startup systemd modprobes ipv6.ko during PID 1 initialization when it is configured as a module. Build IPv6 in so it is ready before userspace starts and remove this boot-critical module-load path. Signed-off-by: Wenwen Fu --- recipes-kernel/linux/linux-qcom-6.18/configs/bsp-additions.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-qcom-6.18/configs/bsp-additions.cfg b/recipes-kernel/linux/linux-qcom-6.18/configs/bsp-additions.cfg index aed21d841..f6af56177 100644 --- a/recipes-kernel/linux/linux-qcom-6.18/configs/bsp-additions.cfg +++ b/recipes-kernel/linux/linux-qcom-6.18/configs/bsp-additions.cfg @@ -1,6 +1,7 @@ # for UFS enumeration CONFIG_PHY_QCOM_QMP=y CONFIG_SCSI_UFS_QCOM=y +CONFIG_IPV6=y CONFIG_SM_TCSRCC_8750=y CONFIG_CLK_KAANAPALI_TCSRCC=y