qcom: wlan: qcacld-3.0: Include defconfig from wlan platform

Change-Id: I416ab20f7e990ec05a5d270b7ca94aadd47b4f34
This commit is contained in:
dianlujitao
2025-01-15 22:41:25 +08:00
committed by chandu078
parent 3fe1afefd6
commit 3b4d609e69

View File

@@ -43,6 +43,24 @@ else ifneq ($(LINUX_BUILD_TOP),)
endif
endif
WLAN_PLATFORM_ROOT := $(WLAN_ROOT)/../platform
ifeq ($(CONFIG_ARCH_PINEAPPLE), y)
include \
$(WLAN_PLATFORM_ROOT)/cnss2/pineapple_gki_defconfig \
$(WLAN_PLATFORM_ROOT)/cnss_genl/pineapple_gki_defconfig \
$(WLAN_PLATFORM_ROOT)/cnss_prealloc/pineapple_gki_defconfig \
$(WLAN_PLATFORM_ROOT)/cnss_utils/pineapple_gki_defconfig
endif
ifeq ($(CONFIG_ARCH_SUN), y)
include \
$(WLAN_PLATFORM_ROOT)/cnss2/sun_gki_defconfig \
$(WLAN_PLATFORM_ROOT)/cnss_genl/sun_gki_defconfig \
$(WLAN_PLATFORM_ROOT)/cnss_prealloc/sun_gki_defconfig \
$(WLAN_PLATFORM_ROOT)/cnss_utils/sun_gki_defconfig
endif
include $(WLAN_ROOT)/configs/$(CONFIG_QCA_CLD_WLAN_PROFILE)_defconfig
# add configurations in WLAN_CFG_OVERRIDE