drm/i915: Use chipset-specific irq installers
[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         select BRCMUTIL
11         select FW_LOADER
12         select CRC_CCITT
13         ---help---
14           This module adds support for PCIe wireless adapters based on Broadcom
15           IEEE802.11n SoftMAC chipsets.  If you choose to build a module, it'll
16           be called brcmsmac.ko.
17
18 config BRCMFMAC
19         tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
20         default n
21         depends on MMC
22         depends on WLAN && CFG80211
23         select BRCMUTIL
24         select FW_LOADER
25         select WIRELESS_EXT
26         select WEXT_PRIV
27         ---help---
28           This module adds support for embedded wireless adapters based on
29           Broadcom IEEE802.11n FullMAC chipsets.  This driver uses the kernel's
30           wireless extensions subsystem.  If you choose to build a module,
31           it'll be called brcmfmac.ko.
32
33 config BRCMDBG
34         bool "Broadcom driver debug functions"
35         default n
36         depends on BRCMSMAC || BRCMFMAC
37         ---help---
38           Selecting this enables additional code for debug purposes.