forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/net/wireless/quantenna/qtnfmac/Kconfig
....@@ -1,19 +1,21 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config QTNFMAC
23 tristate
3
- depends on QTNFMAC_PEARL_PCIE
4
- default m if QTNFMAC_PEARL_PCIE=m
5
- default y if QTNFMAC_PEARL_PCIE=y
4
+ depends on QTNFMAC_PCIE
5
+ default m if QTNFMAC_PCIE=m
6
+ default y if QTNFMAC_PCIE=y
67
7
-config QTNFMAC_PEARL_PCIE
8
- tristate "Quantenna QSR10g PCIe support"
8
+config QTNFMAC_PCIE
9
+ tristate "Quantenna QSR1000/QSR2000/QSR10g PCIe support"
910 default n
1011 depends on PCI && CFG80211
1112 select QTNFMAC
1213 select FW_LOADER
1314 select CRC32
14
- ---help---
15
+ help
1516 This option adds support for wireless adapters based on Quantenna
16
- 802.11ac QSR10g (aka Pearl) FullMAC chipset running over PCIe.
17
+ 802.11ac QSR10g (aka Pearl) and QSR1000/QSR2000 (aka Topaz)
18
+ FullMAC chipsets running over PCIe.
1719
1820 If you choose to build it as a module, two modules will be built:
19
- qtnfmac.ko and qtnfmac_pearl_pcie.ko.
21
+ qtnfmac.ko and qtnfmac_pcie.ko.