Kconfig (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) | Kconfig (8910a4e5ba342ad661acb6f99fa14e0dd809465e) |
---|---|
1# SPDX-License-Identifier: ISC | 1# SPDX-License-Identifier: ISC |
2config MT7921E 3 tristate "MediaTek MT7921E (PCIe) support" | 2config MT7921_COMMON 3 tristate |
4 select MT76_CONNAC_LIB 5 select WANT_DEV_COREDUMP | 4 select MT76_CONNAC_LIB 5 select WANT_DEV_COREDUMP |
6 7config MT7921E 8 tristate "MediaTek MT7921E (PCIe) support" 9 select MT7921_COMMON |
|
6 depends on MAC80211 7 depends on PCI 8 help 9 This adds support for MT7921E 802.11ax 2x2:2SS wireless devices. 10 11 To compile this driver as a module, choose M here. | 10 depends on MAC80211 11 depends on PCI 12 help 13 This adds support for MT7921E 802.11ax 2x2:2SS wireless devices. 14 15 To compile this driver as a module, choose M here. |