qcacld-3.0: Add CONFIG_QCACLD_FEATURE_SON dependency configs

Enable configs which are needed by SON, if SON is enabled.

Change-Id: Ib781804a03472aa8c4ab7cdef0a5a4e6e89dcc7e
CRs-Fixed: 3062225
This commit is contained in:
Bing Sun
2022-04-01 15:19:39 +08:00
committato da Madan Koyyalamudi
parent 8b27ce3329
commit 2b7fe880eb
2 ha cambiato i file con 21 aggiunte e 0 eliminazioni

Vedi File

@@ -360,7 +360,11 @@ endif
CONFIG_WLAN_FEATURE_MEDIUM_ASSESS := y
#Disable the Export Symbol config
ifeq ($(CONFIG_QCACLD_FEATURE_SON), y)
CONFIG_WLAN_DISABLE_EXPORT_SYMBOL := n
else
CONFIG_WLAN_DISABLE_EXPORT_SYMBOL := y
endif
CONFIG_QCACLD_FEATURE_GREEN_AP := y
#Flag to enable Android Packet Filtering
@@ -1500,3 +1504,12 @@ ifeq ($(CONFIG_LITHIUM), y)
CONFIG_DP_TX_TRACKING := y
CONFIG_DP_RX_DELIVER_ALL_OOR_FRAMES := y
endif
ifeq ($(CONFIG_QCACLD_FEATURE_SON), y)
CONFIG_WDI_EVENT_ENABLE := y
CONFIG_FEATURE_MONITOR_MODE_SUPPORT := y
CONFIG_WIFI_MONITOR_SUPPORT := y
CONFIG_DCS := y
CONFIG_BYPASS_WDS_OL_OPS := y
CONFIG_WDS_CONV_TARGET_IF_OPS_ENABLE := y
endif