Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
Note: File does not exist in v4.6.
 1# SPDX-License-Identifier: GPL-2.0-only
 2config WFX
 3	tristate "Silicon Labs wireless chips WF200 and further"
 4	depends on MAC80211
 5	depends on MMC || !MMC # do not allow WFX=y if MMC=m
 6	depends on (SPI || MMC)
 7	help
 8	  This is a driver for Silicons Labs WFxxx series (WF200 and further)
 9	  chipsets. This chip can be found on SPI or SDIO buses.
10
11	  Silabs does not use a reliable SDIO vendor ID. So, to avoid conflicts,
12	  the driver won't probe the device if it is not also declared in the
13	  Device Tree.