Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / drivers / net / wireless / b43 / Kconfig
blobc0d89f5e1b7910a852692ef1644748100e1ddb52
1 config B43
2         tristate "Broadcom 43xx wireless support (mac80211 stack)"
3         depends on SSB_POSSIBLE && MAC80211 && WLAN_80211
4         select SSB
5         select FW_LOADER
6         select HW_RANDOM
7         ---help---
8           b43 is a driver for the Broadcom 43xx series wireless devices.
10           Check "lspci" for something like
11           "Broadcom Corporation BCM43XX 802.11 Wireless LAN Controller"
12           to determine whether you own such a device.
14           This driver supports the new BCM43xx IEEE 802.11G devices, but not
15           the old IEEE 802.11B devices. Old devices are supported by
16           the b43legacy driver.
17           Note that this has nothing to do with the standard that your AccessPoint
18           supports (A, B, G or a combination).
19           IEEE 802.11G devices can talk to IEEE 802.11B AccessPoints.
21           It is safe to include both b43 and b43legacy as the underlying glue
22           layer will automatically load the correct version for your device.
24           This driver uses V4 firmware, which must be installed separately using
25           b43-fwcutter.
27           This driver can be built as a module (recommended) that will be called "b43".
28           If unsure, say M.
30 # Auto-select SSB PCI-HOST support, if possible
31 config B43_PCI_AUTOSELECT
32         bool
33         depends on B43 && SSB_PCIHOST_POSSIBLE
34         select SSB_PCIHOST
35 <<<<<<< HEAD:drivers/net/wireless/b43/Kconfig
36 =======
37         select SSB_B43_PCI_BRIDGE
38 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/net/wireless/b43/Kconfig
39         default y
41 # Auto-select SSB PCICORE driver, if possible
42 config B43_PCICORE_AUTOSELECT
43         bool
44         depends on B43 && SSB_DRIVER_PCICORE_POSSIBLE
45         select SSB_DRIVER_PCICORE
46         default y
48 config B43_PCMCIA
49         bool "Broadcom 43xx PCMCIA device support (EXPERIMENTAL)"
50         depends on B43 && SSB_PCMCIAHOST_POSSIBLE && EXPERIMENTAL
51         select SSB_PCMCIAHOST
52         ---help---
53           Broadcom 43xx PCMCIA device support.
55           Support for 16bit PCMCIA devices.
56           Please note that most PC-CARD devices are _NOT_ 16bit PCMCIA
57           devices, but 32bit CardBUS devices. CardBUS devices are supported
58           out of the box by b43.
60           With this config option you can drive b43 cards in
61           CompactFlash formfactor in a PCMCIA adaptor.
62           CF b43 cards can sometimes be found in handheld PCs.
64           It's safe to select Y here, even if you don't have a B43 PCMCIA device.
66           If unsure, say N.
68 config B43_NPHY
69         bool "Pre IEEE 802.11n support (BROKEN)"
70         depends on B43 && EXPERIMENTAL && BROKEN
71         ---help---
72           Support for the IEEE 802.11n draft.
74           THIS IS BROKEN AND DOES NOT WORK YET.
76           SAY N.
78 # This config option automatically enables b43 LEDS support,
79 # if it's possible.
80 config B43_LEDS
81         bool
82         depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43)
83         default y
85 # This config option automatically enables b43 RFKILL support,
86 # if it's possible.
87 config B43_RFKILL
88         bool
89         depends on B43 && (RFKILL = y || RFKILL = B43) && RFKILL_INPUT && (INPUT_POLLDEV = y || INPUT_POLLDEV = B43)
90         default y
92 config B43_DEBUG
93         bool "Broadcom 43xx debugging"
94         depends on B43
95         ---help---
96           Broadcom 43xx debugging messages.
98           Say Y, if you want to find out why the driver does not
99           work for you.