summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/Kconfig
diff options
context:
space:
mode:
authorTamás Szűcs <tszucs@protonmail.ch>2019-04-14 20:36:41 +0200
committerKalle Valo <kvalo@codeaurora.org>2019-04-25 19:53:13 +0300
commit938c7c80c78e2d372c6b9f220d66d7b5e624a8cb (patch)
tree636b6494aac726d9a1a6e4449aed2fff08ab8535 /drivers/net/wireless/marvell/mwifiex/Kconfig
parent6b583201fa219b7b1b6aebd8966c8fd9357ef9f4 (diff)
downloadlinux-rt-938c7c80c78e2d372c6b9f220d66d7b5e624a8cb.tar.gz
mwifiex: add support for SD8987 chipset
This patch adds support for Marvell 88W8987 chipset with SDIO interface. Register offsets and supported feature flags are updated. The corresponding firmware image file shall be "mrvl/sd8987_uapsta.bin". Signed-off-by: Tamás Szűcs <tszucs@protonmail.ch> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/marvell/mwifiex/Kconfig')
-rw-r--r--drivers/net/wireless/marvell/mwifiex/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/Kconfig b/drivers/net/wireless/marvell/mwifiex/Kconfig
index 524fd565cb2a..572d187a99f4 100644
--- a/drivers/net/wireless/marvell/mwifiex/Kconfig
+++ b/drivers/net/wireless/marvell/mwifiex/Kconfig
@@ -9,13 +9,13 @@ config MWIFIEX
mwifiex.
config MWIFIEX_SDIO
- tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8977/SD8997"
+ tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8977/SD8987/SD8997"
depends on MWIFIEX && MMC
select FW_LOADER
select WANT_DEV_COREDUMP
---help---
This adds support for wireless adapters based on Marvell
- 8786/8787/8797/8887/8897/8997 chipsets with SDIO interface.
+ 8786/8787/8797/8887/8897/8977/8987/8997 chipsets with SDIO interface.
If you choose to build it as a module, it will be called
mwifiex_sdio.