Merge tag 'reset-for-v5.3' of git://git.pengutronix.de/git/pza/linux into arm/drivers
[sfrench/cifs-2.6.git] / drivers / net / wireless / quantenna / qtnfmac / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config QTNFMAC
3         tristate
4         depends on QTNFMAC_PCIE
5         default m if QTNFMAC_PCIE=m
6         default y if QTNFMAC_PCIE=y
7
8 config QTNFMAC_PCIE
9         tristate "Quantenna QSR1000/QSR2000/QSR10g PCIe support"
10         default n
11         depends on PCI && CFG80211
12         select QTNFMAC
13         select FW_LOADER
14         select CRC32
15         help
16           This option adds support for wireless adapters based on Quantenna
17           802.11ac QSR10g (aka Pearl) and QSR1000/QSR2000 (aka Topaz)
18           FullMAC chipsets running over PCIe.
19
20           If you choose to build it as a module, two modules will be built:
21           qtnfmac.ko and qtnfmac_pcie.ko.