diff options
author | Bing Zhao <bzhao@marvell.com> | 2011-11-16 23:40:35 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-17 15:45:19 -0500 |
commit | e3bea1c8751d297c197949db01aa1e7adbc1104d (patch) | |
tree | 188650f4f4a1fc57106d92215e7dcc40106f9198 /drivers/net/wireless/mwifiex/Kconfig | |
parent | 7adb92faa852589ad60ebd5ff94fc53c0882ebd5 (diff) |
mwifiex: add support for Marvell sd8797 device
This patch supports Marvell chipset 88W8797 (Avastar) with
SDIO interface.
The corresponding firmware image file is located at:
"mrvl/sd8797_uapsta.bin"
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Tristan Xu <xurf@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/mwifiex/Kconfig b/drivers/net/wireless/mwifiex/Kconfig index 8f2797aa0c60..2a078cea830a 100644 --- a/drivers/net/wireless/mwifiex/Kconfig +++ b/drivers/net/wireless/mwifiex/Kconfig | |||
@@ -10,12 +10,12 @@ config MWIFIEX | |||
10 | mwifiex. | 10 | mwifiex. |
11 | 11 | ||
12 | config MWIFIEX_SDIO | 12 | config MWIFIEX_SDIO |
13 | tristate "Marvell WiFi-Ex Driver for SD8787" | 13 | tristate "Marvell WiFi-Ex Driver for SD8787/SD8797" |
14 | depends on MWIFIEX && MMC | 14 | depends on MWIFIEX && MMC |
15 | select FW_LOADER | 15 | select FW_LOADER |
16 | ---help--- | 16 | ---help--- |
17 | This adds support for wireless adapters based on Marvell | 17 | This adds support for wireless adapters based on Marvell |
18 | 8787 chipset with SDIO interface. | 18 | 8787/8797 chipsets with SDIO interface. |
19 | 19 | ||
20 | If you choose to build it as a module, it will be called | 20 | If you choose to build it as a module, it will be called |
21 | mwifiex_sdio. | 21 | mwifiex_sdio. |