Ver código fonte

qcacld-3.0: Enable FTM time sync feature

Add the config to enable FTM time sync feature.

Change-Id: Ia157ad6277c8755bb80d6b81d41c2e1f74d09662
CRs-Fixed: 2615281
Govind Singh 5 anos atrás
pai
commit
8302d1bcd2
2 arquivos alterados com 5 adições e 0 exclusões
  1. 4 0
      configs/default_defconfig
  2. 1 0
      configs/qcs40x.snoc.perf_defconfig

+ 4 - 0
configs/default_defconfig

@@ -1014,3 +1014,7 @@ CONFIG_SAP_DHCP_FW_IND := y
 
 #Enable support to get ANI level
 CONFIG_ANI_LEVEL_REQUEST := y
+
+ifeq ($(CONFIG_ARCH_QCS405), y)
+CONFIG_FEATURE_WLAN_TIME_SYNC_FTM := y
+endif

+ 1 - 0
configs/qcs40x.snoc.perf_defconfig

@@ -198,6 +198,7 @@ endif
 CONFIG_WLAN_FW_OFFLOAD := y
 
 CONFIG_ENABLE_SIZE_OPTIMIZE := y
+CONFIG_FEATURE_WLAN_TIME_SYNC_FTM := y
 
 # configure log buffer size
 CONFIG_CFG_NUM_DP_TRACE_RECORD := 1000