Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: ISC
config CONFIG_WCN36XX
	tristate "Qualcomm Atheros WCN3660/3680 support"
	depends on CONFIG_MAC80211 && CONFIG_HAS_DMA
	depends on CONFIG_QCOM_WCNSS_CTRL || CONFIG_QCOM_WCNSS_CTRL=n
	depends on CONFIG_RPMSG || CONFIG_RPMSG=n
	---help---
	  This module adds support for wireless adapters based on
	  Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.

	  If you choose to build a module, it'll be called wcn36xx.

config CONFIG_WCN36XX_DEBUGFS
	bool "WCN36XX debugfs support"
	depends on CONFIG_WCN36XX
	---help---
	  Enabled debugfs support

	  If unsure, say Y to make it easier to debug problems.