Merge branch 'for-linville' of git://github.com/kvalo/ath
[sfrench/cifs-2.6.git] / drivers / net / wireless / brcm80211 / Kconfig
1 config BRCMUTIL
2         tristate
3
4 config BRCMSMAC
5         tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
6         depends on MAC80211
7         depends on BCMA_POSSIBLE
8         select BCMA
9         select NEW_LEDS if BCMA_DRIVER_GPIO
10         select LEDS_CLASS if BCMA_DRIVER_GPIO
11         select BRCMUTIL
12         select FW_LOADER
13         select CORDIC
14         ---help---
15           This module adds support for PCIe wireless adapters based on Broadcom
16           IEEE802.11n SoftMAC chipsets. It also has WLAN led support, which will
17           be available if you select BCMA_DRIVER_GPIO. If you choose to build a
18           module, the driver will be called brcmsmac.ko.
19
20 config BRCMFMAC
21         tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
22         depends on CFG80211
23         select BRCMUTIL
24         ---help---
25           This module adds support for embedded wireless adapters based on
26           Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
27           one of the bus interface support. If you choose to build a module,
28           it'll be called brcmfmac.ko.
29
30 config BRCMFMAC_SDIO
31         bool "SDIO bus interface support for FullMAC driver"
32         depends on (MMC = y || MMC = BRCMFMAC)
33         depends on BRCMFMAC
34         select FW_LOADER
35         default y
36         ---help---
37           This option enables the SDIO bus interface support for Broadcom
38           IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
39           use the driver for a SDIO wireless card.
40
41 config BRCMFMAC_USB
42         bool "USB bus interface support for FullMAC driver"
43         depends on (USB = y || USB = BRCMFMAC)
44         depends on BRCMFMAC
45         select FW_LOADER
46         ---help---
47           This option enables the USB bus interface support for Broadcom
48           IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
49           use the driver for an USB wireless card.
50
51 config BRCMFMAC_PCIE
52         bool "PCIE bus interface support for FullMAC driver"
53         depends on BRCMFMAC
54         depends on PCI
55         select FW_LOADER
56         ---help---
57           This option enables the PCIE bus interface support for Broadcom
58           IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
59           use the driver for an PCIE wireless card.
60
61 config BRCM_TRACING
62         bool "Broadcom device tracing"
63         depends on BRCMSMAC || BRCMFMAC
64         ---help---
65           If you say Y here, the Broadcom wireless drivers will register
66           with ftrace to dump event information into the trace ringbuffer.
67           Tracing can be enabled at runtime to aid in debugging wireless
68           issues. This option adds a small amount of overhead when tracing
69           is disabled. If unsure, say Y to allow developers to better help
70           you when wireless problems occur.
71
72 config BRCMDBG
73         bool "Broadcom driver debug functions"
74         depends on BRCMSMAC || BRCMFMAC
75         ---help---
76           Selecting this enables additional code for debug purposes.