qcacld-3.0: Add CFR INI configures to CFG_ALL

This is part of adding channel frequency response(CFR) component. Add
CFG_CFR_ALL to CFG_ALL.

Change-Id: I83c9b05dad9ad31c4663269f3b03f83066e0cfc1
CRs-Fixed: 2637181
This commit is contained in:
Wu Gao
2020-03-07 16:52:43 +08:00
committed by nshrivas
parent 1fda6dc171
commit c1b5bd080a

View File

@@ -41,6 +41,12 @@
#define CFG_NAN_ALL
#endif
#ifdef WLAN_CFR_ENABLE
#include "cfr_cfg.h"
#else
#define CFG_CFR_ALL
#endif
#include "cfg_ftm_time_sync.h"
#include "wlan_pmo_cfg.h"
@@ -66,4 +72,5 @@
CFG_PMO_ALL \
CFG_TDLS_ALL \
CFG_PKT_CAPTURE_MODE_ALL \
CFG_TIME_SYNC_FTM_ALL
CFG_TIME_SYNC_FTM_ALL \
CFG_CFR_ALL