mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 13:08:55 +00:00
25 lines
580 B
Plaintext
25 lines
580 B
Plaintext
#-----------------------------
|
|
# aic8800 wlan devices local parameter
|
|
#-----------------------------
|
|
|
|
# wlan0 parameter
|
|
|
|
menu "Wlan0 Parameter"
|
|
|
|
choice
|
|
prompt "Select AIC8800 MODEL"
|
|
default CHIP_SELECT_AIC8800D40L
|
|
config CHIP_SELECT_AIC8800D40L
|
|
bool "select AIC8800D40L"
|
|
config CHIP_SELECT_AIC8800DW
|
|
bool "select AIC8800DW"
|
|
endchoice
|
|
|
|
config AIC_DEV_AIC8800_WLAN0_PWR_GPIO
|
|
string "aic8800 wlan0 power on gpio"
|
|
|
|
config AIC_DEV_AIC8800_WLAN0_RST_GPIO
|
|
string "aic8800 wlan0 reset gpio"
|
|
|
|
endmenu
|