Files
luban-lite-t3e-pro/bsp/peripheral/wireless/realtek/Kconfig
刘可亮 0a13af6a1d V1.0.5
2024-06-04 19:00:30 +08:00

52 lines
1.1 KiB
Plaintext

#-----------------------------
# realtek wlan devices local parameter
#-----------------------------
# wlan0 parameter
config AIC_USING_REALTEK_WLAN0
bool
default n
config REALTEK_WLAN_INTF_SDIO
bool
default n
config REALTEK_WLAN_INTF_USB
bool
default n
choice
prompt "Select realtek wlan0 modul"
default AIC_USING_RTL8733_WLAN0
config AIC_USING_RTL8733_WLAN0
bool "rtl8733"
select REALTEK_WLAN_INTF_SDIO
config AIC_USING_RTL8189_WLAN0
bool "rtl8189"
select REALTEK_WLAN_INTF_SDIO
endchoice
menu "realtek wlan Parameter"
config AIC_DEV_REALTEK_WLAN0_PWR_GPIO
string "realtek wlan0 power on gpio"
config AIC_DEV_REALTEK_WLAN0_IPADDR
string "wlan0 ip addr"
default "192.168.1.200"
config AIC_DEV_REALTEK_WLAN0_GW
string "wlan0 gateway addr"
default "192.168.1.1"
config AIC_DEV_REALTEK_WLAN0_NETMASK
string "wlan0 netmask"
default "255.255.255.0"
config AIC_DEV_REALTEK_DEBUG
bool "Enable Realtek driver debug information"
default y
endmenu