diff options
Diffstat (limited to 'drivers/net/wireless/mwifiex/Kconfig')
-rw-r--r-- | drivers/net/wireless/mwifiex/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/Kconfig b/drivers/net/wireless/mwifiex/Kconfig new file mode 100644 index 000000000000..86962920cef3 --- /dev/null +++ b/drivers/net/wireless/mwifiex/Kconfig | |||
@@ -0,0 +1,21 @@ | |||
1 | config MWIFIEX | ||
2 | tristate "Marvell WiFi-Ex Driver" | ||
3 | depends on CFG80211 | ||
4 | select LIB80211 | ||
5 | ---help--- | ||
6 | This adds support for wireless adapters based on Marvell | ||
7 | 802.11n chipsets. | ||
8 | |||
9 | If you choose to build it as a module, it will be called | ||
10 | mwifiex. | ||
11 | |||
12 | config MWIFIEX_SDIO | ||
13 | tristate "Marvell WiFi-Ex Driver for SD8787" | ||
14 | depends on MWIFIEX && MMC | ||
15 | select FW_LOADER | ||
16 | ---help--- | ||
17 | This adds support for wireless adapters based on Marvell | ||
18 | 8787 chipset with SDIO interface. | ||
19 | |||
20 | If you choose to build it as a module, it will be called | ||
21 | mwifiex_sdio. | ||