Add linux-next specific files for 20110831
[linux-2.6/next.git] / drivers / staging / brcm80211 / Kconfig
blob59e9c8548d0138ff8d348d9c99d0cd09e9b56df5
1 config BRCMUTIL
2         tristate
3         default n
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 BCMA=n
11         select BRCMUTIL
12         select FW_LOADER
13         select CRC_CCITT
14         select CRC8
15         select CORDIC
16         ---help---
17           This module adds support for PCIe wireless adapters based on Broadcom
18           IEEE802.11n SoftMAC chipsets.  If you choose to build a module, it'll
19           be called brcmsmac.ko.
21 config BRCMFMAC
22         tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
23         default n
24         depends on MMC
25         depends on WLAN && CFG80211
26         select BRCMUTIL
27         select FW_LOADER
28         ---help---
29           This module adds support for embedded wireless adapters based on
30           Broadcom IEEE802.11n FullMAC chipsets.  This driver uses the kernel's
31           wireless extensions subsystem.  If you choose to build a module,
32           it'll be called brcmfmac.ko.
34 config BRCMDBG
35         bool "Broadcom driver debug functions"
36         default n
37         depends on BRCMSMAC || BRCMFMAC
38         ---help---
39           Selecting this enables additional code for debug purposes.