1
0
Files
kernel-49/ndm/mt7915/Kconfig
2023-02-17 04:30:38 +07:00

160 lines
3.3 KiB
Plaintext

if (MT7915_AP || MT7915_STA)
comment "MT7915 common settings"
config MT7915_DBDC_MODE
bool "DBDC mode support"
default y
config MT7915_MULTI_PROFILE_SUPPORT
bool "Multi Profile Support"
depends on MT7915_DBDC_MODE
default n
config MT7915_DEFAULT_5G_PROFILE
bool "5G default profile for DBDC"
depends on MT7915_DBDC_MODE
default n
config MT7915_LED_CONTROL_SUPPORT
bool "LED support"
default y
config MT7915_LED_PHR_CONTROL_SUPPORT
bool "Soft-LED control support (NDM phr)"
depends on MT7915_LED_CONTROL_SUPPORT
default y
config MT7915_WSC_INCLUDED
bool "WSC (WiFi Simple Config) support"
default y
config MT7915_WSC_V2_SUPPORT
bool "WSC V2 (WiFi Simple Config v2.0)"
depends on MT7915_WSC_INCLUDED
default y
config MT7915_DOT11_VHT_AC
bool "802.11ac support"
default y
config MT7915_DOT11_HE_AX
bool "802.11ax support"
depends on MT7915_DOT11_VHT_AC
default y
config MT7915_G_BAND_256QAM_SUPPORT
bool "2.4G 256QAM support"
depends on MT7915_DOT11_VHT_AC
default y
config MT7915_MUMIMO_SUPPORT
bool "MU-MIMO support"
default n
config MT7915_MU_RA_SUPPORT
bool "MU-RGA support"
depends on MT7915_MUMIMO_SUPPORT
default n
config MT7915_DOT11W_PMF_SUPPORT
bool "802.11w PMF (Protected Management Frames)"
default y
config MT7915_DOT11R_FT_SUPPORT
bool "802.11r Fast BSS Transition"
default n
config MT7915_DOT11K_RRM_SUPPORT
bool "802.11k Radio Resource Management"
default n
config MT7915_DOT11V_WNM_SUPPORT
bool "802.11v Wireless Network Management"
default n
config MT7915_DOT11U_GAS_SUPPORT
bool "802.11u Interworking/Gas Support"
default n
config MT7915_TPC_SUPPORT
bool "802.11h TPC support"
default n
config MT7915_DFS_SUPPORT
bool "802.11h DFS support"
default n
config MT7915_BACKGROUND_SCAN_SUPPORT
bool "Background Channels Scan support"
default y
config MT7915_DEDICATED_RX_2G
bool "Dedicated RX antenna for 2.4GHz"
depends on MT7915_BACKGROUND_SCAN_SUPPORT
config MT7915_DEDICATED_RX_5G
bool "Dedicated RX antenna for 5GHz"
depends on MT7915_BACKGROUND_SCAN_SUPPORT
default y
config MT7915_DEDICATED_RX_6G
bool "Dedicated RX antenna for 6GHz"
depends on MT7915_BACKGROUND_SCAN_SUPPORT
config MT7915_TXBF_SUPPORT
bool "Tx Beam Forming support"
default y
config MT7915_SMART_CARRIER_SENSE_SUPPORT
bool "Smart Carrier Sense support"
default y
config MT7915_TCP_RACK_SUPPORT
bool "TCP Reduced ACK support"
default n
config MT7915_NETLINK_SUPPORT
bool "Netlink communication support"
default y
config MT7915_SINGLE_SKU
bool "Single SKU V2 support"
default n
config MT7915_SNIFFER_SUPPORT
bool "SNIFFER support"
default n
#config MT7915_RF_LOCKDOWN_SUPPORT
# bool "Single SKU RF lockdown support"
# depends on MT7915_SINGLE_SKU
# default n
config MT7915_WHNAT_SUPPORT
tristate "Wifi Warp Hardware NAT support"
depends on ECONET_EN7528 || MACH_EN7523 || MACH_MT7622 || MACH_MT7981 || MACH_MT7986
default m
config MT7915_PCIE_ASPM_DYM_CTRL_SUPPORT
bool "PCIe ASPM Dynamic Control Support"
depends on CHIP_MT7915
default y
config MT7915_PCIE_MSI_SUPPORT
bool "MSI interrupts support"
depends on PCI_MSI
depends on CHIP_MT7915
default n
config MT7915_CFG80211_SUPPORT
bool "CFG80211"
default n
config MT7915_CUSTOMIZED_HOSTAPD
bool "Customized Hostapd Support"
depends on MT7915_CFG80211_SUPPORT
default n
endif # (MT7915_AP || MT7915_STA)