Files
luban-lite/bsp/peripheral/wireless/aic8800/Kconfig.dev
刘可亮 6e36e8e296 v1.2.0
2025-04-23 17:54:31 +08:00

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