Browse Source

qcacld-3.0: Enable CM feature

Enable connection manager feature flag on mainline.

Change-Id: Ice2d0ac61c770066510e666c1791500f1ce8f8ba
CRs-Fixed: 2913164
Amruta Kulkarni 4 years ago
parent
commit
810927615f
2 changed files with 5 additions and 3 deletions
  1. 5 0
      Kbuild
  2. 0 3
      configs/default_defconfig

+ 5 - 0
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 :=
 

+ 0 - 3
configs/default_defconfig

@@ -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