1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
8 depends on BCMA_POSSIBLE
10 select NEW_LEDS if BCMA_DRIVER_GPIO
11 select LEDS_CLASS if BCMA_DRIVER_GPIO
16 This module adds support for PCIe wireless adapters based on Broadcom
17 IEEE802.11n SoftMAC chipsets. It also has WLAN led support, which will
18 be available if you select BCMA_DRIVER_GPIO. If you choose to build a
19 module, the driver will be called brcmsmac.ko.
21 source "drivers/net/wireless/broadcom/brcm80211/brcmfmac/Kconfig"
24 bool "Broadcom device tracing"
25 depends on BRCMSMAC || BRCMFMAC
27 If you say Y here, the Broadcom wireless drivers will register
28 with ftrace to dump event information into the trace ringbuffer.
29 Tracing can be enabled at runtime to aid in debugging wireless
30 issues. This option adds a small amount of overhead when tracing
31 is disabled. If unsure, say Y to allow developers to better help
32 you when wireless problems occur.
35 bool "Broadcom driver debug functions"
36 depends on BRCMSMAC || BRCMFMAC
37 select WANT_DEV_COREDUMP if BRCMFMAC
39 Selecting this enables additional code for debug purposes.