Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: ISC
0002 config WCN36XX
0003         tristate "Qualcomm Atheros WCN3660/3680 support"
0004         depends on MAC80211 && HAS_DMA
0005         depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n
0006         depends on RPMSG || RPMSG=n
0007         help
0008           This module adds support for wireless adapters based on
0009           Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.
0010 
0011           If you choose to build a module, it'll be called wcn36xx.
0012 
0013 config WCN36XX_DEBUGFS
0014         bool "WCN36XX debugfs support"
0015         depends on WCN36XX
0016         help
0017           Enabled debugfs support
0018 
0019           If unsure, say Y to make it easier to debug problems.