soc: clean WIFI unsupport soc_caps

This commit is contained in:
wuzhenghui
2023-02-27 19:04:15 +08:00
parent fd7e8abd73
commit 15eb1931c0
6 changed files with 5 additions and 45 deletions

View File

@@ -1051,10 +1051,6 @@ config SOC_WIFI_FTM_SUPPORT
bool
default y
config SOC_WIFI_GCMP_SUPPORT
bool
default n
config SOC_WIFI_WAPI_SUPPORT
bool
default y

View File

@@ -454,7 +454,6 @@
/*------------------------------------ WI-FI CAPS ------------------------------------*/
#define SOC_WIFI_HW_TSF (1) /*!< Support hardware TSF */
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
#define SOC_WIFI_GCMP_SUPPORT (0) /*!< GCMP is not supported(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */