Kconfig 540 B

12345678910111213141516171819
  1. config QTNFMAC
  2. tristate
  3. depends on QTNFMAC_PEARL_PCIE
  4. default m if QTNFMAC_PEARL_PCIE=m
  5. default y if QTNFMAC_PEARL_PCIE=y
  6. config QTNFMAC_PEARL_PCIE
  7. tristate "Quantenna QSR10g PCIe support"
  8. default n
  9. depends on PCI && CFG80211
  10. select QTNFMAC
  11. select FW_LOADER
  12. select CRC32
  13. ---help---
  14. This option adds support for wireless adapters based on Quantenna
  15. 802.11ac QSR10g (aka Pearl) FullMAC chipset running over PCIe.
  16. If you choose to build it as a module, two modules will be built:
  17. qtnfmac.ko and qtnfmac_pearl_pcie.ko.