mt76: mt7615: add Kconfig entry for MT7622
authorFelix Fietkau <nbd@nbd.name>
Wed, 18 Dec 2019 16:49:59 +0000 (17:49 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 14 Feb 2020 09:06:07 +0000 (10:06 +0100)
This enables building support for the MT7622 SoC built-in WLAN chip

Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/Kconfig

index 4cabba9aa2eac0e2ce3683ec3be05ced6ee6aad6..6afd4aea67ed783eabe991bc76114e034b707071 100644 (file)
@@ -11,3 +11,14 @@ config MT7615E
          MU-MIMO up to 4 users/group and 160MHz channels.
 
          To compile this driver as a module, choose M here.
+
+config MT7622_WMAC
+       bool "MT7622 (SoC) WMAC support"
+       depends on MT7615E
+       depends on ARCH_MEDIATEK || COMPILE_TEST
+       select REGMAP
+       default y
+       help
+         This adds support for the built-in WMAC on MT7622 SoC devices
+         which has the same feature set as a MT7615, but limited to
+         2.4 GHz only.