From 14da98860314356f2f92f2fc6b0e8e9bac5bcabe Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Tue, 16 Apr 2024 20:21:27 +0530 Subject: [PATCH] Makefile: Sync WLAN_PLATFORM_KBUILD_OPTIONS Change-Id: I4d6b70fb00c0e73ef427c583235d1bbae5eecf06 Signed-off-by: chandu078 --- qcom/opensource/wlan/qcacld-3.0/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcom/opensource/wlan/qcacld-3.0/Makefile b/qcom/opensource/wlan/qcacld-3.0/Makefile index 5522537dfe..2d23542aee 100644 --- a/qcom/opensource/wlan/qcacld-3.0/Makefile +++ b/qcom/opensource/wlan/qcacld-3.0/Makefile @@ -28,6 +28,8 @@ KBUILD_OPTIONS += \ CONFIG_CNSS_GENL=m \ CONFIG_WCNSS_MEM_PRE_ALLOC=m \ CONFIG_CNSS_UTILS=m \ + CONFIG_CNSS_HW_SECURE_DISABLE=y \ + CONFIG_BUS_AUTO_SUSPEND=y \ WLAN_PROFILE=kiwi_v2 \ DYNAMIC_SINGLE_CHIP= \ MODNAME=qca_cld3_kiwi_v2 \