hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/wireless/marvell/mwifiex/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config MWIFIEX
23 tristate "Marvell WiFi-Ex Driver"
34 depends on CFG80211
4
- ---help---
5
+ help
56 This adds support for wireless adapters based on Marvell
67 802.11n/ac chipsets.
78
....@@ -9,13 +10,13 @@
910 mwifiex.
1011
1112 config MWIFIEX_SDIO
12
- tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8997"
13
+ tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8977/SD8987/SD8997"
1314 depends on MWIFIEX && MMC
1415 select FW_LOADER
1516 select WANT_DEV_COREDUMP
16
- ---help---
17
+ help
1718 This adds support for wireless adapters based on Marvell
18
- 8786/8787/8797/8887/8897/8997 chipsets with SDIO interface.
19
+ 8786/8787/8797/8887/8897/8977/8987/8997 chipsets with SDIO interface.
1920
2021 If you choose to build it as a module, it will be called
2122 mwifiex_sdio.
....@@ -25,7 +26,7 @@
2526 depends on MWIFIEX && PCI
2627 select FW_LOADER
2728 select WANT_DEV_COREDUMP
28
- ---help---
29
+ help
2930 This adds support for wireless adapters based on Marvell
3031 8766/8897/8997 chipsets with PCIe interface.
3132
....@@ -36,7 +37,7 @@
3637 tristate "Marvell WiFi-Ex Driver for USB8766/8797/8997"
3738 depends on MWIFIEX && USB
3839 select FW_LOADER
39
- ---help---
40
+ help
4041 This adds support for wireless adapters based on Marvell
4142 8797/8997 chipset with USB interface.
4243