Kconfig 557 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: ISC
  2. config WCN36XX
  3. tristate "Qualcomm Atheros WCN3660/3680 support"
  4. depends on MAC80211 && HAS_DMA
  5. depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n
  6. depends on RPMSG || RPMSG=n
  7. help
  8. This module adds support for wireless adapters based on
  9. Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.
  10. If you choose to build a module, it'll be called wcn36xx.
  11. config WCN36XX_DEBUGFS
  12. bool "WCN36XX debugfs support"
  13. depends on WCN36XX
  14. help
  15. Enabled debugfs support
  16. If unsure, say Y to make it easier to debug problems.