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

18 lines
373 B
Plaintext
Raw Normal View History

2025-10-21 13:59:50 +08:00
menuconfig AIC_BT_BT8858A
bool "Using BT8858A driver"
2024-09-30 17:06:01 +08:00
default n
select RT_USING_TIMER_SOFT
2025-10-21 13:59:50 +08:00
#if AIC_BT_BT8858A
#source "bsp/peripheral/bt/bt8858a/Kconfig"
#endif
2024-09-30 17:06:01 +08:00
2025-10-21 13:59:50 +08:00
menuconfig AIC_BT_REALTEK
bool "Using Realtek bt driver"
default n
select RT_USING_TIMER_SOFT
if AIC_BT_REALTEK
source "bsp/peripheral/bt/realtek/Kconfig"
endif