drivers/net/wireless/silabs/wfx/Kconfig

Source file repositories/reference/linux-study-clean/drivers/net/wireless/silabs/wfx/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/silabs/wfx/Kconfig
Extension
[no extension]
Size
506 bytes
Lines
14
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
config WFX
	tristate "Silicon Labs wireless chips WF200 and further"
	depends on MAC80211
	depends on MMC || !MMC # do not allow WFX=y if MMC=m
	depends on (SPI || MMC)
	help
	  This is a driver for Silicons Labs WFxxx series (WF200 and further)
	  chipsets. This chip can be found on SPI or SDIO buses.

	  Silabs does not use a reliable SDIO vendor ID. So, to avoid conflicts,
	  the driver won't probe the device if it is not also declared in the
	  Device Tree.

Annotation

Implementation Notes