Kconfig (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) Kconfig (5d7cf67f72ae34d38e090bdfa673da4aefe4048e)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config MT7615_COMMON
4 tristate
5 select WANT_DEV_COREDUMP
6 select MT76_CONNAC_LIB
7
8config MT7615E
9 tristate "MediaTek MT7615E and MT7663E (PCIe) support"
10 select MT7615_COMMON
11 depends on MAC80211
12 depends on PCI
13 help
1# SPDX-License-Identifier: GPL-2.0-only
2
3config MT7615_COMMON
4 tristate
5 select WANT_DEV_COREDUMP
6 select MT76_CONNAC_LIB
7
8config MT7615E
9 tristate "MediaTek MT7615E and MT7663E (PCIe) support"
10 select MT7615_COMMON
11 depends on MAC80211
12 depends on PCI
13 help
14 This adds support for MT7615-based wireless PCIe devices,
14 This adds support for MT7615-based PCIe wireless devices,
15 which support concurrent dual-band operation at both 5GHz
16 and 2.4GHz, IEEE 802.11ac 4x4:4SS 1733Mbps PHY rate, wave2
17 MU-MIMO up to 4 users/group and 160MHz channels.
18
19 To compile this driver as a module, choose M here.
20
21config MT7622_WMAC
22 bool "MT7622 (SoC) WMAC support"

--- 34 unchanged lines hidden ---
15 which support concurrent dual-band operation at both 5GHz
16 and 2.4GHz, IEEE 802.11ac 4x4:4SS 1733Mbps PHY rate, wave2
17 MU-MIMO up to 4 users/group and 160MHz channels.
18
19 To compile this driver as a module, choose M here.
20
21config MT7622_WMAC
22 bool "MT7622 (SoC) WMAC support"

--- 34 unchanged lines hidden ---