From 66d628afdae23c95ea9256ed0dfad313871ef19d Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 28 Nov 2023 23:03:28 +0300 Subject: [PATCH] linux-yocto: enable WiFi on sm8250 platforms Enable WiFI on Qualcomm Robotics RB5 platform. Signed-off-by: Dmitry Baryshkov --- .../linux/linux-yocto/bsp/qcom-armv8a/qcom-sm8250.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sm8250.cfg b/recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sm8250.cfg index 69c251b..25fc04f 100644 --- a/recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sm8250.cfg +++ b/recipes-kernel/linux/linux-yocto/bsp/qcom-armv8a/qcom-sm8250.cfg @@ -23,3 +23,8 @@ CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y CONFIG_QCOM_SPMI_TEMP_ALARM=y CONFIG_QCOM_SPMI_ADC5=y + +CONFIG_MFD_QCOM_QCA639X=y + +CONFIG_ATH11K=m +CONFIG_ATH11K_PCI=m