brintos

brintos / linux-shallow public Read only

0
0
Text · 596 B · b4a6df0 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config QTNFMAC3	tristate4	depends on QTNFMAC_PCIE5	default m if QTNFMAC_PCIE=m6	default y if QTNFMAC_PCIE=y7 8config QTNFMAC_PCIE9	tristate "Quantenna QSR1000/QSR2000/QSR10g PCIe support"10	default n11	depends on PCI && CFG8021112	select QTNFMAC13	select FW_LOADER14	select CRC3215	help16	  This option adds support for wireless adapters based on Quantenna17	  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.22