]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/staging/brcm80211/Kconfig
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
[mirror_ubuntu-artful-kernel.git] / drivers / staging / brcm80211 / Kconfig
1 menuconfig BRCM80211
2 tristate "Broadcom IEEE802.11n WLAN drivers"
3 depends on WLAN
4
5 choice
6 prompt "Broadcom IEEE802.11n driver style"
7 depends on BRCM80211
8 help
9 Select the appropriate driver style from the list below.
10
11 config BRCM80211_PCI
12 bool "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
13 depends on PCI
14 depends on BRCM80211 && MAC80211
15 select FW_LOADER
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 brcm80211.ko.
20
21 config BRCMFMAC
22 bool "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
23 depends on MMC
24 depends on BRCM80211 && CFG80211
25 select FW_LOADER
26 select WIRELESS_EXT
27 select WEXT_PRIV
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.
33 endchoice