Fix soc caps for BT

This commit is contained in:
Geng Yuchao
2022-06-03 21:45:40 +08:00
parent 067e0f65bd
commit 8012af37d1
14 changed files with 136 additions and 22 deletions

View File

@@ -27,10 +27,6 @@ config SOC_BT_SUPPORTED
bool
default y
config SOC_BLUEDROID_SUPPORTED
bool
default y
config SOC_ASYNC_MEMCPY_SUPPORTED
bool
default y

View File

@@ -31,7 +31,6 @@
#define SOC_GDMA_SUPPORTED 1
#define SOC_TWAI_SUPPORTED 1
#define SOC_BT_SUPPORTED 1
#define SOC_BLUEDROID_SUPPORTED 1
#define SOC_ASYNC_MEMCPY_SUPPORTED 1
#define SOC_USB_SERIAL_JTAG_SUPPORTED 1
#define SOC_TEMP_SENSOR_SUPPORTED 1