summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/Kconfig
diff options
context:
space:
mode:
authorSean Wang <sean.wang@mediatek.com>2021-10-19 01:11:46 +0200
committerFelix Fietkau <nbd@nbd.name>2021-10-20 10:37:00 +0200
commit48fab5bbef4092d925ab3214773ad12e68807223 (patch)
treefcc8197eaba463d4652b18c9cf16b005fdc36b13 /drivers/net/wireless/mediatek/mt76/mt7921/Kconfig
parentmt76: mt7921: refactor mt7921_mcu_send_message (diff)
downloadlinux-48fab5bbef4092d925ab3214773ad12e68807223.tar.xz
linux-48fab5bbef4092d925ab3214773ad12e68807223.zip
mt76: mt7921: introduce mt7921s support
Introduce support for mt7921s 802.11ax (Wi-Fi 6) 2x2:2SS chipset. Tested-by: Deren Wu <deren.wu@mediatek.com> Co-developed-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'drivers/net/wireless/mediatek/mt76/mt7921/Kconfig')
-rw-r--r--drivers/net/wireless/mediatek/mt76/mt7921/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/Kconfig b/drivers/net/wireless/mediatek/mt76/mt7921/Kconfig
index 071746809b1c..ce3a06227901 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7921/Kconfig
+++ b/drivers/net/wireless/mediatek/mt76/mt7921/Kconfig
@@ -13,3 +13,13 @@ config MT7921E
This adds support for MT7921E 802.11ax 2x2:2SS wireless devices.
To compile this driver as a module, choose M here.
+
+config MT7921S
+ tristate "MediaTek MT7921S (SDIO) support"
+ select MT76_SDIO
+ select MT7921_COMMON
+ depends on MAC80211
+ help
+ This adds support for MT7921S 802.11ax 2x2:2SS wireless devices.
+
+ To compile this driver as a module, choose M here.