Kconfig 2.7 KB
Newer Older
1 2 3 4 5 6
config BRCMUTIL
	tristate

config BRCMSMAC
	tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
	depends on MAC80211
7 8
	depends on BCMA_POSSIBLE
	select BCMA
9 10
	select NEW_LEDS if BCMA_DRIVER_GPIO
	select LEDS_CLASS if BCMA_DRIVER_GPIO
11 12 13 14 15
	select BRCMUTIL
	select FW_LOADER
	select CORDIC
	---help---
	  This module adds support for PCIe wireless adapters based on Broadcom
P
Piotr Haber 已提交
16 17 18
	  IEEE802.11n SoftMAC chipsets. It also has WLAN led support, which will
	  be available if you select BCMA_DRIVER_GPIO. If you choose to build a
	  module, the driver will be called brcmsmac.ko.
19 20 21 22 23 24 25

config BRCMFMAC
	tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
	depends on CFG80211
	select BRCMUTIL
	---help---
	  This module adds support for embedded wireless adapters based on
26 27
	  Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
	  one of the bus interface support. If you choose to build a module,
28 29
	  it'll be called brcmfmac.ko.

30 31 32 33 34 35
config BRCMFMAC_PROTO_BCDC
	bool

config BRCMFMAC_PROTO_MSGBUF
	bool

36
config BRCMFMAC_SDIO
37
	bool "SDIO bus interface support for FullMAC driver"
38
	depends on (MMC = y || MMC = BRCMFMAC)
39
	depends on BRCMFMAC
40
	select BRCMFMAC_PROTO_BCDC
41 42 43 44
	select FW_LOADER
	default y
	---help---
	  This option enables the SDIO bus interface support for Broadcom
45 46 47 48 49
	  IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
	  use the driver for a SDIO wireless card.

config BRCMFMAC_USB
	bool "USB bus interface support for FullMAC driver"
50
	depends on (USB = y || USB = BRCMFMAC)
51
	depends on BRCMFMAC
52
	select BRCMFMAC_PROTO_BCDC
53 54 55 56 57
	select FW_LOADER
	---help---
	  This option enables the USB bus interface support for Broadcom
	  IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
	  use the driver for an USB wireless card.
58

59 60 61 62
config BRCMFMAC_PCIE
	bool "PCIE bus interface support for FullMAC driver"
	depends on BRCMFMAC
	depends on PCI
63 64
	depends on HAS_DMA
	select BRCMFMAC_PROTO_MSGBUF
65 66 67 68 69 70
	select FW_LOADER
	---help---
	  This option enables the PCIE bus interface support for Broadcom
	  IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
	  use the driver for an PCIE wireless card.

71 72 73 74 75 76 77 78 79 80 81
config BRCM_TRACING
	bool "Broadcom device tracing"
	depends on BRCMSMAC || BRCMFMAC
	---help---
	  If you say Y here, the Broadcom wireless drivers will register
	  with ftrace to dump event information into the trace ringbuffer.
	  Tracing can be enabled at runtime to aid in debugging wireless
	  issues. This option adds a small amount of overhead when tracing
	  is disabled. If unsure, say Y to allow developers to better help
	  you when wireless problems occur.

82 83 84 85 86
config BRCMDBG
	bool "Broadcom driver debug functions"
	depends on BRCMSMAC || BRCMFMAC
	---help---
	  Selecting this enables additional code for debug purposes.