This driver is for a newer generation of MediaTek MT7615 4x4 802.11ac PCIe-based chipsets, which support wave2 MU-MIMO up to 4 users/group and also support up to 160MHz bandwidth. The driver fully supports AP, station and monitor mode. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Roy Luo <royluo@google.com> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
26 lines
514 B
Plaintext
26 lines
514 B
Plaintext
config MT76_CORE
|
|
tristate
|
|
|
|
config MT76_LEDS
|
|
bool
|
|
depends on MT76_CORE
|
|
depends on LEDS_CLASS=y || MT76_CORE=LEDS_CLASS
|
|
default y
|
|
|
|
config MT76_USB
|
|
tristate
|
|
depends on MT76_CORE
|
|
|
|
config MT76x02_LIB
|
|
tristate
|
|
select MT76_CORE
|
|
|
|
config MT76x02_USB
|
|
tristate
|
|
select MT76_USB
|
|
|
|
source "drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig"
|
|
source "drivers/net/wireless/mediatek/mt76/mt76x2/Kconfig"
|
|
source "drivers/net/wireless/mediatek/mt76/mt7603/Kconfig"
|
|
source "drivers/net/wireless/mediatek/mt76/mt7615/Kconfig"
|