skge: fix warning when CONFIG_PM is defined but not CONFIG_PM_SLEEP
[firefly-linux-kernel-4.4.55.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
8         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
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         depends on MMC
21         depends on CFG80211
22         select BRCMUTIL
23         select FW_LOADER
24         ---help---
25           This module adds support for embedded wireless adapters based on
26           Broadcom IEEE802.11n FullMAC chipsets.  This driver uses the kernel's
27           wireless extensions subsystem.  If you choose to build a module,
28           it'll be called brcmfmac.ko.
29
30 config BRCMDBG
31         bool "Broadcom driver debug functions"
32         depends on BRCMSMAC || BRCMFMAC
33         ---help---
34           Selecting this enables additional code for debug purposes.