https://github.com/torvalds/linux
Raw File
Tip revision: 46cf053efec6a3a5f343fead837777efe8252a46 authored by Linus Torvalds on 23 December 2019, 01:02:23 UTC
Linux 5.5-rc3
Tip revision: 46cf053
Kconfig
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.
back to top