Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
[pandora-kernel.git] / drivers / staging / brcm80211 / Kconfig
1 config BRCMUTIL
2         tristate
3         default n
4
5 config BRCMSMAC
6         tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
7         default n
8         depends on PCI
9         depends on WLAN && MAC80211
10         depends on X86 || MIPS
11         select BRCMUTIL
12         select FW_LOADER
13         select CRC_CCITT
14         ---help---
15           This module adds support for PCIe wireless adapters based on Broadcom
16           IEEE802.11n SoftMAC chipsets.  If you choose to build a module, it'll
17           be called brcmsmac.ko.
18
19 config BRCMFMAC
20         tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
21         default n
22         depends on MMC
23         depends on WLAN && CFG80211
24         depends on X86 || MIPS
25         select BRCMUTIL
26         select FW_LOADER
27         select WIRELESS_EXT
28         select WEXT_PRIV
29         ---help---
30           This module adds support for embedded wireless adapters based on
31           Broadcom IEEE802.11n FullMAC chipsets.  This driver uses the kernel's
32           wireless extensions subsystem.  If you choose to build a module,
33           it'll be called brcmfmac.ko.
34
35 config BRCMDBG
36         bool "Broadcom driver debug functions"
37         default n
38         depends on BRCMSMAC || BRCMFMAC
39         ---help---
40           Selecting this enables additional code for debug purposes.