Kconfig (d1a3f40951bb754054174650ed866fe349517597) Kconfig (8603caaec98f7a46419a661f306abfaf2f18ec4b)
1# SPDX-License-Identifier: ISC
2config MT7921_COMMON
3 tristate
4 select MT76_CONNAC_LIB
5 select WANT_DEV_COREDUMP
6
7config MT7921E
8 tristate "MediaTek MT7921E (PCIe) support"

--- 5 unchanged lines hidden (view full) ---

14
15 To compile this driver as a module, choose M here.
16
17config MT7921S
18 tristate "MediaTek MT7921S (SDIO) support"
19 select MT76_SDIO
20 select MT7921_COMMON
21 depends on MAC80211
1# SPDX-License-Identifier: ISC
2config MT7921_COMMON
3 tristate
4 select MT76_CONNAC_LIB
5 select WANT_DEV_COREDUMP
6
7config MT7921E
8 tristate "MediaTek MT7921E (PCIe) support"

--- 5 unchanged lines hidden (view full) ---

14
15 To compile this driver as a module, choose M here.
16
17config MT7921S
18 tristate "MediaTek MT7921S (SDIO) support"
19 select MT76_SDIO
20 select MT7921_COMMON
21 depends on MAC80211
22 depends on MMC
22 help
23 This adds support for MT7921S 802.11ax 2x2:2SS wireless devices.
24
25 To compile this driver as a module, choose M here.
23 help
24 This adds support for MT7921S 802.11ax 2x2:2SS wireless devices.
25
26 To compile this driver as a module, choose M here.