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

11 lines
265 B
Plaintext
Raw Normal View History

2024-01-27 08:47:24 +08:00
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
2023-08-30 16:21:18 +08:00
2024-01-27 08:47:24 +08:00
if AIC_WLAN_REALTEK
source "bsp/peripheral/wireless/realtek/Kconfig"
endif