Fix soc caps define for all chips

This commit is contained in:
Geng Yuchao
2022-07-25 14:02:07 +08:00
parent c7c6910bed
commit 0a1d8c1e09
18 changed files with 101 additions and 43 deletions

View File

@@ -810,3 +810,7 @@ config SOC_WIFI_CSI_SUPPORT
config SOC_WIFI_MESH_SUPPORT
bool
default y
config SOC_BLE_SUPPORTED
bool
default y

View File

@@ -374,3 +374,6 @@
#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 */
/*---------------------------------- Bluetooth CAPS ----------------------------------*/
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */