Merge remote-tracking branch 'remotes/tegra/android-tegra-2.6.36-honeycomb-mr1' into...
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / Kconfig
1 #
2 # Wireless LAN device configuration
3 #
4
5 menuconfig WLAN
6         bool "Wireless LAN"
7         depends on !S390
8         depends on NET
9         select WIRELESS
10         default y
11         ---help---
12           This section contains all the pre 802.11 and 802.11 wireless
13           device drivers. For a complete list of drivers and documentation
14           on them refer to the wireless wiki:
15
16           http://wireless.kernel.org/en/users/Drivers
17
18 if WLAN
19
20 config WLAN_80211
21         bool "Wireless LAN (IEEE 802.11)"
22         depends on NETDEVICES
23         ---help---
24           Say Y if you have any 802.11 wireless LAN hardware.
25
26           This option does not affect the kernel build, it only
27           lets you choose drivers.
28
29 choice
30         prompt "WiFi device driver support"
31         default WIFI_NONE
32
33         config WIFI_NONE
34           bool "No WiFi"
35
36         config BCM4329
37           depends on WLAN_80211 && MMC
38           select WIRELESS_EXT
39           select IEEE80211
40           select FW_LOADER
41           bool "Broadcom BCM4329 WiFi/BT Combo SDIO"
42           ---help---
43             A library for Broadcom BCM4329 SDIO WLAN/BT combo devices.
44             So far, the following modules have been verified:
45               (1) Samsung    SWL-B23
46
47         config MV8686
48           depends on WLAN_80211 && MMC
49           select WIRELESS_EXT
50           select IEEE80211
51           select FW_LOADER
52           bool "Marvell MV8686 SDIO"
53           ---help---
54             A library for Marvell 8686 SDIO WLAN devices.
55             So far, the following modules have been verified:
56               (1) Samsung    SWL-2480
57               (2) Azurewave  AW-GH321
58               (3) USI        WM-G-MR-09
59               (4) Murata     SP-8HEP-P
60
61 source "drivers/net/wireless/bcm4319/Kconfig"
62
63 endchoice
64
65 #source "drivers/net/wireless/bcm4329/Kconfig"
66
67 endif
68