0001 # SPDX-License-Identifier: ISC
0002 config MT7921_COMMON
0003 tristate
0004 select MT76_CONNAC_LIB
0005 select WANT_DEV_COREDUMP
0006
0007 config MT7921E
0008 tristate "MediaTek MT7921E (PCIe) support"
0009 select MT7921_COMMON
0010 depends on MAC80211
0011 depends on PCI
0012 help
0013 This adds support for MT7921E 802.11ax 2x2:2SS wireless devices.
0014
0015 To compile this driver as a module, choose M here.
0016
0017 config MT7921S
0018 tristate "MediaTek MT7921S (SDIO) support"
0019 select MT76_SDIO
0020 select MT7921_COMMON
0021 depends on MAC80211
0022 depends on MMC
0023 help
0024 This adds support for MT7921S 802.11ax 2x2:2SS wireless devices.
0025
0026 To compile this driver as a module, choose M here.
0027
0028 config MT7921U
0029 tristate "MediaTek MT7921U (USB) support"
0030 select MT76_USB
0031 select MT7921_COMMON
0032 depends on MAC80211
0033 depends on USB
0034 help
0035 This adds support for MT7921U 802.11ax 2x2:2SS wireless devices.
0036
0037 To compile this driver as a module, choose M here.