mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
e756af5b30
This patch adds e-scan support (currently i-scan is in use). E-scan is a more powerful and memory efficient method for scanning. E-scan will be the default scan method and eventually, i-scan support will be removed. The scan methods do not make any difference to the end-user. Reviewed-by: Arend Van Spriel <arend@broadcom.com> Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com> Signed-off-by: Hante Meuleman <meuleman@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
config BRCMUTIL
|
|
tristate
|
|
|
|
config BRCMSMAC
|
|
tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
|
|
depends on MAC80211
|
|
depends on BCMA
|
|
select BRCMUTIL
|
|
select FW_LOADER
|
|
select CRC_CCITT
|
|
select CRC8
|
|
select CORDIC
|
|
---help---
|
|
This module adds support for PCIe wireless adapters based on Broadcom
|
|
IEEE802.11n SoftMAC chipsets. If you choose to build a module, it'll
|
|
be called brcmsmac.ko.
|
|
|
|
config BRCMFMAC
|
|
tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
|
|
depends on CFG80211
|
|
select BRCMUTIL
|
|
---help---
|
|
This module adds support for embedded wireless adapters based on
|
|
Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
|
|
one of the bus interface support. If you choose to build a module,
|
|
it'll be called brcmfmac.ko.
|
|
|
|
config BRCMFMAC_SDIO
|
|
bool "SDIO bus interface support for FullMAC driver"
|
|
depends on MMC
|
|
depends on BRCMFMAC
|
|
select FW_LOADER
|
|
default y
|
|
---help---
|
|
This option enables the SDIO bus interface support for Broadcom
|
|
IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
|
|
use the driver for a SDIO wireless card.
|
|
|
|
config BRCMFMAC_SDIO_OOB
|
|
bool "Out of band interrupt support for SDIO interface chipset"
|
|
depends on BRCMFMAC_SDIO
|
|
---help---
|
|
This option enables out-of-band interrupt support for Broadcom
|
|
SDIO Wifi chipset using fullmac in order to gain better
|
|
performance and deep sleep wake up capability on certain
|
|
platforms. Say N if you are unsure.
|
|
|
|
config BRCMFMAC_USB
|
|
bool "USB bus interface support for FullMAC driver"
|
|
depends on USB
|
|
depends on BRCMFMAC
|
|
select FW_LOADER
|
|
---help---
|
|
This option enables the USB bus interface support for Broadcom
|
|
IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
|
|
use the driver for an USB wireless card.
|
|
|
|
config BRCMISCAN
|
|
bool "Broadcom I-Scan (OBSOLETE)"
|
|
depends on BRCMFMAC
|
|
---help---
|
|
This option enables the I-Scan method. By default fullmac uses the
|
|
new E-Scan method which uses less memory in firmware and gives no
|
|
limitation on the number of scan results.
|
|
|
|
config BRCMDBG
|
|
bool "Broadcom driver debug functions"
|
|
depends on BRCMSMAC || BRCMFMAC
|
|
---help---
|
|
Selecting this enables additional code for debug purposes.
|