Files
luban-lite/bsp/peripheral/wireless/Kconfig
刘可亮 9f7ba67007 v1.0.3
2024-01-27 08:47:24 +08:00

11 lines
265 B
Plaintext

menuconfig AIC_WLAN_REALTEK
bool "Using Realtek wlan driver"
default n
depends on AIC_WIRELESS_LAN
select RT_USING_TIMER_SOFT
select AIC_USING_REALTEK_WLAN0
if AIC_WLAN_REALTEK
source "bsp/peripheral/wireless/realtek/Kconfig"
endif