qcacld-3.0: Enable CM feature
Enable connection manager feature flag on mainline. Change-Id: Ice2d0ac61c770066510e666c1791500f1ce8f8ba CRs-Fixed: 2913164
This commit is contained in:
parent
47662a1594
commit
810927615f
5
Kbuild
5
Kbuild
@ -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 :=
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user