brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · f64e7c3 Raw
45 lines · plain
1# SPDX-License-Identifier: BSD-3-Clause-Clear2config ATH12K3	tristate "Qualcomm Technologies Wi-Fi 7 support (ath12k)"4	depends on MAC80211 && HAS_DMA && PCI5	select CRYPTO_MICHAEL_MIC6	select QCOM_QMI_HELPERS7	select MHI_BUS8	select QRTR9	select QRTR_MHI10	select PCI_PWRCTL_PWRSEQ if HAVE_PWRCTL11	help12	  Enable support for Qualcomm Technologies Wi-Fi 7 (IEEE13	  802.11be) family of chipsets, for example WCN7850 and14	  QCN9274.15 16	  If you choose to build a module, it'll be called ath12k.17 18config ATH12K_DEBUG19	bool "ath12k debugging"20	depends on ATH12K21	help22	  Enable debug support, for example debug messages which must23	  be enabled separately using the debug_mask module parameter.24 25	  If unsure, say Y to make it easier to debug problems. But if26	  you want optimal performance choose N.27 28config ATH12K_DEBUGFS29	bool "QTI ath12k debugfs support"30	depends on ATH12K && MAC80211_DEBUGFS31	help32	  Enable ath12k debugfs support33 34	  If unsure, say Y to make it easier to debug problems. But if35	  you want optimal performance choose N.36 37config ATH12K_TRACING38	bool "ath12k tracing support"39	depends on ATH12K && EVENT_TRACING40	help41	  Enable ath12k tracing infrastructure.42 43	  If unsure, say Y to make it easier to debug problems. But if44	  you want optimal performance choose N.45