2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-10-05 18:19:03 +07:00
|
|
|
config BRCMUTIL
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config BRCMSMAC
|
|
|
|
tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
|
|
|
|
depends on MAC80211
|
2013-11-29 17:48:19 +07:00
|
|
|
depends on BCMA_POSSIBLE
|
|
|
|
select BCMA
|
2013-11-19 17:36:42 +07:00
|
|
|
select NEW_LEDS if BCMA_DRIVER_GPIO
|
|
|
|
select LEDS_CLASS if BCMA_DRIVER_GPIO
|
2011-10-05 18:19:03 +07:00
|
|
|
select BRCMUTIL
|
|
|
|
select FW_LOADER
|
|
|
|
select CORDIC
|
2020-06-13 23:50:22 +07:00
|
|
|
help
|
2011-10-05 18:19:03 +07:00
|
|
|
This module adds support for PCIe wireless adapters based on Broadcom
|
2013-03-03 18:45:20 +07:00
|
|
|
IEEE802.11n SoftMAC chipsets. It also has WLAN led support, which will
|
|
|
|
be available if you select BCMA_DRIVER_GPIO. If you choose to build a
|
|
|
|
module, the driver will be called brcmsmac.ko.
|
2011-10-05 18:19:03 +07:00
|
|
|
|
2019-05-16 19:04:10 +07:00
|
|
|
source "drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig"
|
2014-07-30 18:20:04 +07:00
|
|
|
|
2012-11-15 21:07:59 +07:00
|
|
|
config BRCM_TRACING
|
|
|
|
bool "Broadcom device tracing"
|
|
|
|
depends on BRCMSMAC || BRCMFMAC
|
2020-06-13 23:50:22 +07:00
|
|
|
help
|
2012-11-15 21:07:59 +07:00
|
|
|
If you say Y here, the Broadcom wireless drivers will register
|
|
|
|
with ftrace to dump event information into the trace ringbuffer.
|
|
|
|
Tracing can be enabled at runtime to aid in debugging wireless
|
|
|
|
issues. This option adds a small amount of overhead when tracing
|
|
|
|
is disabled. If unsure, say Y to allow developers to better help
|
|
|
|
you when wireless problems occur.
|
|
|
|
|
2011-10-05 18:19:03 +07:00
|
|
|
config BRCMDBG
|
|
|
|
bool "Broadcom driver debug functions"
|
|
|
|
depends on BRCMSMAC || BRCMFMAC
|
2019-05-16 19:04:11 +07:00
|
|
|
select WANT_DEV_COREDUMP if BRCMFMAC
|
2020-06-13 23:50:22 +07:00
|
|
|
help
|
2011-10-05 18:19:03 +07:00
|
|
|
Selecting this enables additional code for debug purposes.
|