Files
luban-lite/bsp/peripheral/wireless/aic8800/Kconfig.dev

25 lines
580 B
Plaintext
Raw Normal View History

2025-01-08 19:12:06 +08:00
#-----------------------------
# aic8800 wlan devices local parameter
#-----------------------------
# wlan0 parameter
menu "Wlan0 Parameter"
2025-04-23 17:54:31 +08:00
choice
prompt "Select AIC8800 MODEL"
default CHIP_SELECT_AIC8800D40L
config CHIP_SELECT_AIC8800D40L
bool "select AIC8800D40L"
config CHIP_SELECT_AIC8800DW
bool "select AIC8800DW"
endchoice
2025-01-08 19:12:06 +08:00
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