mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 04:58:54 +00:00
11 lines
265 B
Plaintext
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
|