mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7bc04215a6
MT76x2e is a 2x2 PCIe 802.11ac chipset by MediaTek. This driver has full support for AP, station, ad-hoc, mesh and monitor mode. Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
config MT76_CORE
|
|
tristate
|
|
|
|
config MT76x2E
|
|
tristate "MediaTek MT76x2E (PCIe) support"
|
|
select MT76_CORE
|
|
depends on MAC80211
|
|
depends on PCI
|
|
---help---
|
|
This adds support for MT7612/MT7602/MT7662-based wireless PCIe devices.
|