Files
luban-lite/bsp/peripheral/bt/Kconfig

10 lines
167 B
Plaintext
Raw Normal View History

2025-07-22 11:15:46 +08:00
menuconfig AIC_USING_BT
bool "Using Bluetooth"
2024-09-30 17:06:01 +08:00
default n
select RT_USING_TIMER_SOFT
2025-07-22 11:15:46 +08:00
if AIC_USING_BT
source "bsp/peripheral/bt/bt8858a/Kconfig"
endif
2024-09-30 17:06:01 +08:00