This commit is contained in:
刘可亮
2025-07-22 11:15:46 +08:00
parent d164b333ed
commit 11c97ef399
2870 changed files with 951307 additions and 26675 deletions

View File

@@ -1,9 +1,9 @@
menuconfig AIC_BT_BT8858A
bool "Using BT8858A driver"
menuconfig AIC_USING_BT
bool "Using Bluetooth"
default n
select RT_USING_TIMER_SOFT
#if AIC_BT_BT8858A
#source "bsp/peripheral/bt/bt8858a/Kconfig"
#endif
if AIC_USING_BT
source "bsp/peripheral/bt/bt8858a/Kconfig"
endif

View File

@@ -0,0 +1,3 @@
config AIC_BT_BT8858A
bool "Using BT8858A/8852A driver"
default n