diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2012-04-18 23:08:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-23 15:34:08 -0400 |
commit | 4daffe3543667419294b6f22901b7255cbdebdf4 (patch) | |
tree | 882fa2380a6f76660206b376e8110b1b76b55d34 /drivers/net/wireless/mwifiex/Kconfig | |
parent | aee286c2cf94929f90d4d1f64ee9b316007ba284 (diff) |
mwifiex: add support for Marvell USB8797 chipset
This patch supports Avastar 88W8797 chipset with USB interface.
The corresponding firmware image file is located at:
"mrvl/usb8797_uapsta.bin"
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Kiran Divekar <dkiran@marvell.com>
Signed-off-by: Frank Huang <frankh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/Kconfig')
-rw-r--r-- | drivers/net/wireless/mwifiex/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/Kconfig b/drivers/net/wireless/mwifiex/Kconfig index 2a078cea830a..7f91cc694787 100644 --- a/drivers/net/wireless/mwifiex/Kconfig +++ b/drivers/net/wireless/mwifiex/Kconfig | |||
@@ -30,3 +30,14 @@ config MWIFIEX_PCIE | |||
30 | 30 | ||
31 | If you choose to build it as a module, it will be called | 31 | If you choose to build it as a module, it will be called |
32 | mwifiex_pcie. | 32 | mwifiex_pcie. |
33 | |||
34 | config MWIFIEX_USB | ||
35 | tristate "Marvell WiFi-Ex Driver for USB8797" | ||
36 | depends on MWIFIEX && USB | ||
37 | select FW_LOADER | ||
38 | ---help--- | ||
39 | This adds support for wireless adapters based on Marvell | ||
40 | Avastar 88W8797 chipset with USB interface. | ||
41 | |||
42 | If you choose to build it as a module, it will be called | ||
43 | mwifiex_usb. | ||