Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 1 | config BRCMUTIL |
| 2 | tristate |
| 3 | |
| 4 | config BRCMSMAC |
| 5 | tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver" |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 6 | depends on MAC80211 |
Arend van Spriel | 2e756560 | 2011-12-08 15:06:46 -0800 | [diff] [blame] | 7 | depends on BCMA |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 8 | select BRCMUTIL |
| 9 | select FW_LOADER |
| 10 | select CRC_CCITT |
| 11 | select CRC8 |
| 12 | select CORDIC |
| 13 | ---help--- |
| 14 | This module adds support for PCIe wireless adapters based on Broadcom |
| 15 | IEEE802.11n SoftMAC chipsets. If you choose to build a module, it'll |
| 16 | be called brcmsmac.ko. |
| 17 | |
| 18 | config BRCMFMAC |
| 19 | tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver" |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 20 | depends on CFG80211 |
| 21 | select BRCMUTIL |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 22 | ---help--- |
| 23 | This module adds support for embedded wireless adapters based on |
Franky Lin | f72ae31 | 2011-12-16 18:37:20 -0800 | [diff] [blame^] | 24 | Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least |
| 25 | one of the bus interface support. If you choose to build a module, |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 26 | it'll be called brcmfmac.ko. |
| 27 | |
Franky Lin | f72ae31 | 2011-12-16 18:37:20 -0800 | [diff] [blame^] | 28 | config BRCMFMAC_SDIO |
| 29 | bool "SDIO bus interface support for FullMAC" |
| 30 | depends on MMC |
| 31 | depends on BRCMFMAC |
| 32 | select FW_LOADER |
| 33 | default y |
| 34 | ---help--- |
| 35 | This option enables the SDIO bus interface support for Broadcom |
| 36 | FullMAC WLAN driver. |
| 37 | Say Y if you want to use brcmfmac for a compatible SDIO interface |
| 38 | wireless card. |
| 39 | |
Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame] | 40 | config BRCMDBG |
| 41 | bool "Broadcom driver debug functions" |
| 42 | depends on BRCMSMAC || BRCMFMAC |
| 43 | ---help--- |
| 44 | Selecting this enables additional code for debug purposes. |