blob: 747e9317dabdfc0e195348a8696cd78f9ae14e75 [file] [log] [blame]
Arend van Spriel5b435de2011-10-05 13:19:03 +02001config BRCMUTIL
2 tristate
3
4config BRCMSMAC
5 tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
Arend van Spriel5b435de2011-10-05 13:19:03 +02006 depends on MAC80211
Arend van Spriel2e7565602011-12-08 15:06:46 -08007 depends on BCMA
Arend van Spriel5b435de2011-10-05 13:19:03 +02008 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
Piotr Habercd864522013-03-03 12:45:20 +010015 IEEE802.11n SoftMAC chipsets. It also has WLAN led support, which will
16 be available if you select BCMA_DRIVER_GPIO. If you choose to build a
17 module, the driver will be called brcmsmac.ko.
Arend van Spriel5b435de2011-10-05 13:19:03 +020018
19config BRCMFMAC
20 tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
Arend van Spriel5b435de2011-10-05 13:19:03 +020021 depends on CFG80211
22 select BRCMUTIL
Arend van Spriel5b435de2011-10-05 13:19:03 +020023 ---help---
24 This module adds support for embedded wireless adapters based on
Franky Linf72ae312011-12-16 18:37:20 -080025 Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
26 one of the bus interface support. If you choose to build a module,
Arend van Spriel5b435de2011-10-05 13:19:03 +020027 it'll be called brcmfmac.ko.
28
Franky Linf72ae312011-12-16 18:37:20 -080029config BRCMFMAC_SDIO
Arend van Spriel71bb2442012-02-09 21:09:08 +010030 bool "SDIO bus interface support for FullMAC driver"
Franky Linf72ae312011-12-16 18:37:20 -080031 depends on MMC
32 depends on BRCMFMAC
33 select FW_LOADER
34 default y
35 ---help---
36 This option enables the SDIO bus interface support for Broadcom
Arend van Spriel71bb2442012-02-09 21:09:08 +010037 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
38 use the driver for a SDIO wireless card.
39
Franky Linba89bf12012-04-27 18:56:59 -070040config BRCMFMAC_SDIO_OOB
41 bool "Out of band interrupt support for SDIO interface chipset"
42 depends on BRCMFMAC_SDIO
43 ---help---
44 This option enables out-of-band interrupt support for Broadcom
45 SDIO Wifi chipset using fullmac in order to gain better
46 performance and deep sleep wake up capability on certain
47 platforms. Say N if you are unsure.
48
Arend van Spriel71bb2442012-02-09 21:09:08 +010049config BRCMFMAC_USB
50 bool "USB bus interface support for FullMAC driver"
51 depends on USB
52 depends on BRCMFMAC
53 select FW_LOADER
54 ---help---
55 This option enables the USB bus interface support for Broadcom
56 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
57 use the driver for an USB wireless card.
Franky Linf72ae312011-12-16 18:37:20 -080058
Seth Forsheef5c4f102012-11-15 08:07:59 -060059config BRCM_TRACING
60 bool "Broadcom device tracing"
61 depends on BRCMSMAC || BRCMFMAC
62 ---help---
63 If you say Y here, the Broadcom wireless drivers will register
64 with ftrace to dump event information into the trace ringbuffer.
65 Tracing can be enabled at runtime to aid in debugging wireless
66 issues. This option adds a small amount of overhead when tracing
67 is disabled. If unsure, say Y to allow developers to better help
68 you when wireless problems occur.
69
Arend van Spriel5b435de2011-10-05 13:19:03 +020070config BRCMDBG
71 bool "Broadcom driver debug functions"
72 depends on BRCMSMAC || BRCMFMAC
73 ---help---
74 Selecting this enables additional code for debug purposes.