Files
luban-lite/bsp/peripheral/bt/Kconfig
刘可亮 11c97ef399 v1.2.1
2025-07-22 11:15:46 +08:00

10 lines
167 B
Plaintext

menuconfig AIC_USING_BT
bool "Using Bluetooth"
default n
select RT_USING_TIMER_SOFT
if AIC_USING_BT
source "bsp/peripheral/bt/bt8858a/Kconfig"
endif