81 lines
1.6 KiB
Plaintext
81 lines
1.6 KiB
Plaintext
if (MT7628_AP || MT7628_STA)
|
|
|
|
comment "MT7628/MT7688 common settings"
|
|
|
|
config MT7628_LED_CONTROL_SUPPORT
|
|
bool "LED Support"
|
|
default y
|
|
|
|
config MT7628_LED_PHR_CONTROL_SUPPORT
|
|
bool "Soft-LED Control Support (NDM phr)"
|
|
depends on MT7628_LED_CONTROL_SUPPORT
|
|
default y
|
|
|
|
config MT7628_NETLINK_SUPPORT
|
|
bool "Netlink communication support"
|
|
default y
|
|
|
|
config MT7628_RATE_ADAPTION
|
|
bool "Rate Adaptation Support"
|
|
default y
|
|
|
|
config MT7628_NEW_RATE_ADAPT_SUPPORT
|
|
bool "Intelligent Rate Adaption Support"
|
|
depends on MT7628_RATE_ADAPTION
|
|
default y
|
|
|
|
config MT7628_AGS_SUPPORT
|
|
bool "Adaptive Group Switching Support"
|
|
depends on MT7628_RATE_ADAPTION
|
|
default n
|
|
|
|
config MT7628_WSC_INCLUDED
|
|
bool "WSC (WiFi Simple Config) Support"
|
|
default y
|
|
|
|
config MT7628_WSC_V2_SUPPORT
|
|
bool "WSC V2 (WiFi Simple Config v2.0)"
|
|
depends on MT7628_WSC_INCLUDED
|
|
default y
|
|
|
|
config MT7628_DOT11W_PMF_SUPPORT
|
|
bool "802.11w PMF (Protected Management Frames)"
|
|
default y
|
|
|
|
config MT7628_DOT11R_FT_SUPPORT
|
|
bool "802.11r Fast BSS Transition"
|
|
default n
|
|
|
|
config MT7628_DOT11K_RRM_SUPPORT
|
|
bool "802.11k Radio Resource Management"
|
|
default n
|
|
|
|
config MT7628_DOT11V_WNM_SUPPORT
|
|
bool "802.11v Wireless Network Management"
|
|
default n
|
|
|
|
config MT7628_DOT11U_GAS_SUPPORT
|
|
bool "802.11u Interworking/Gas Support"
|
|
default n
|
|
|
|
config MT7628_QOS_DLS_SUPPORT
|
|
bool "802.11e DLS (Direct-Link Setup)"
|
|
default n
|
|
|
|
config MT7628_SMART_CARRIER_SENSE_SUPPORT
|
|
bool "Smart Carrier Sense Support"
|
|
default y
|
|
|
|
config MT7628_SINGLE_SKU
|
|
bool "Single SKU Support"
|
|
default n
|
|
|
|
config MT7628_SNIFFER_SUPPORT
|
|
bool "SNIFFER Support"
|
|
default n
|
|
|
|
#config MT7628_TRACE_IPARP
|
|
# bool "IP/ARP trace log"
|
|
|
|
endif # (MT7628_AP || MT7628_STA)
|