소스 검색

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 년 전
부모
커밋
8302d1bcd2
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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