diff --git a/components/cfg/cfg_all.h b/components/cfg/cfg_all.h index c0c30c600b..6f0d1b3976 100644 --- a/components/cfg/cfg_all.h +++ b/components/cfg/cfg_all.h @@ -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