Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1 | config MWIFIEX |
| 2 | tristate "Marvell WiFi-Ex Driver" |
| 3 | depends on CFG80211 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 4 | ---help--- |
| 5 | This adds support for wireless adapters based on Marvell |
Yogesh Ashok Powar | b60186f | 2013-05-17 17:54:58 -0700 | [diff] [blame] | 6 | 802.11n/ac chipsets. |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 7 | |
| 8 | If you choose to build it as a module, it will be called |
| 9 | mwifiex. |
| 10 | |
| 11 | config MWIFIEX_SDIO |
Zhaoyang Liu | 6d85ef0 | 2015-08-05 06:09:40 -0700 | [diff] [blame] | 12 | tristate "Marvell WiFi-Ex Driver for SD8786/SD8787/SD8797/SD8887/SD8897/SD8997" |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 13 | depends on MWIFIEX && MMC |
| 14 | select FW_LOADER |
Amitkumar Karwar | 57670ee | 2015-05-26 06:34:32 -0700 | [diff] [blame] | 15 | select WANT_DEV_COREDUMP |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 16 | ---help--- |
| 17 | This adds support for wireless adapters based on Marvell |
Zhaoyang Liu | 6d85ef0 | 2015-08-05 06:09:40 -0700 | [diff] [blame] | 18 | 8786/8787/8797/8887/8897/8997 chipsets with SDIO interface. |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 19 | |
| 20 | If you choose to build it as a module, it will be called |
| 21 | mwifiex_sdio. |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 22 | |
| 23 | config MWIFIEX_PCIE |
Zhaoyang Liu | 6d85ef0 | 2015-08-05 06:09:40 -0700 | [diff] [blame] | 24 | tristate "Marvell WiFi-Ex Driver for PCIE 8766/8897/8997" |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 25 | depends on MWIFIEX && PCI |
| 26 | select FW_LOADER |
Amitkumar Karwar | 57670ee | 2015-05-26 06:34:32 -0700 | [diff] [blame] | 27 | select WANT_DEV_COREDUMP |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 28 | ---help--- |
| 29 | This adds support for wireless adapters based on Marvell |
Zhaoyang Liu | 6d85ef0 | 2015-08-05 06:09:40 -0700 | [diff] [blame] | 30 | 8766/8897/8997 chipsets with PCIe interface. |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 31 | |
| 32 | If you choose to build it as a module, it will be called |
| 33 | mwifiex_pcie. |
Amitkumar Karwar | 4daffe3 | 2012-04-18 20:08:28 -0700 | [diff] [blame] | 34 | |
| 35 | config MWIFIEX_USB |
Amitkumar Karwar | 60a188a | 2015-09-10 07:27:33 -0700 | [diff] [blame] | 36 | tristate "Marvell WiFi-Ex Driver for USB8766/8797/8997" |
Amitkumar Karwar | 4daffe3 | 2012-04-18 20:08:28 -0700 | [diff] [blame] | 37 | depends on MWIFIEX && USB |
| 38 | select FW_LOADER |
| 39 | ---help--- |
| 40 | This adds support for wireless adapters based on Marvell |
Amitkumar Karwar | 60a188a | 2015-09-10 07:27:33 -0700 | [diff] [blame] | 41 | 8797/8997 chipset with USB interface. |
Amitkumar Karwar | 4daffe3 | 2012-04-18 20:08:28 -0700 | [diff] [blame] | 42 | |
| 43 | If you choose to build it as a module, it will be called |
| 44 | mwifiex_usb. |