Kconfig 506 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. Silabs does not use a reliable SDIO vendor ID. So, to avoid conflicts,
  11. the driver won't probe the device if it is not also declared in the
  12. Device Tree.