esp_wifi: optimize wifi kconfig

This commit is contained in:
Jessy Chen
2022-05-10 04:00:01 -04:00
committed by BOT
parent e0decf4839
commit 7b9b448041
14 changed files with 93 additions and 42 deletions

View File

@@ -654,3 +654,15 @@ config SOC_SDMMC_NUM_SLOTS
config SOC_BLE_DONT_UPDATE_OWN_RPA
bool
default y
config SOC_WIFI_HW_TSF
bool
default n
config SOC_WIFI_FTM_SUPPORT
bool
default n
config SOC_WIFI_GCMP_SUPPORT
bool
default n

View File

@@ -370,3 +370,8 @@
/*------------------------------ BLE --------------------------------------------*/
#define SOC_BLE_DONT_UPDATE_OWN_RPA (1)
/*-------------------------- WI-FI HARDWARE CAPS -------------------------------*/
#define SOC_WIFI_HW_TSF (0) /*!< Support hardware TSF */
#define SOC_WIFI_FTM_SUPPORT (0) /*!< FTM Support */
#define SOC_WIFI_GCMP_SUPPORT (0) /*!< GCMP Support(GCMP128 and GCMP256) */