aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wfx/Kconfig')
-rw-r--r--drivers/staging/wfx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/wfx/Kconfig b/drivers/staging/wfx/Kconfig
new file mode 100644
index 000000000000..83ee4d0ca8c6
--- /dev/null
+++ b/drivers/staging/wfx/Kconfig
@@ -0,0 +1,8 @@
+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.