qcacld-3.0: Enable CM feature

Enable connection manager feature flag on mainline.

Change-Id: Ice2d0ac61c770066510e666c1791500f1ce8f8ba
CRs-Fixed: 2913164
This commit is contained in:
Amruta Kulkarni 2021-03-31 11:25:11 -07:00 committed by snandini
parent 47662a1594
commit 810927615f
2 changed files with 5 additions and 3 deletions

5
Kbuild
View File

@ -47,6 +47,11 @@ include $(WLAN_CFG_OVERRIDE_FILE)
$(warning "Overriding WLAN config with: $(shell cat $(WLAN_CFG_OVERRIDE_FILE))")
endif
# For now enable Connection manager for all platform supporting LFR3
ifeq ($(CONFIG_QCACLD_WLAN_LFR3), y)
CONFIG_CM_ENABLE := y
endif
OBJS :=
OBJS_DIRS :=

View File

@ -1257,9 +1257,6 @@ CONFIG_DEBUG_RX_RING_BUFFER := y
#Enable Hash debug
CONFIG_RX_HASH_DEBUG := y
#Enable connection manager
CONFIG_CM_ENABLE := n
#Enable VDEV OPS wakelock feature
CONFIG_FEATURE_VDEV_OPS_WAKELOCK := y