mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-18 04:18:55 +00:00
57 lines
1.2 KiB
Plaintext
57 lines
1.2 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
|
|
|
|
config REALTEK_FULL_FNC_MODE
|
|
bool "Enabl Realtek driver full function"
|
|
default n
|
|
|
|
endmenu
|