Merge branch 'stable/for-jens-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.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 source "drivers/net/wireless/admtek/Kconfig"
21 source "drivers/net/wireless/ath/Kconfig"
22 source "drivers/net/wireless/atmel/Kconfig"
23 source "drivers/net/wireless/broadcom/Kconfig"
24 source "drivers/net/wireless/cisco/Kconfig"
25 source "drivers/net/wireless/intel/Kconfig"
26 source "drivers/net/wireless/intersil/Kconfig"
27 source "drivers/net/wireless/marvell/Kconfig"
28 source "drivers/net/wireless/mediatek/Kconfig"
29 source "drivers/net/wireless/ralink/Kconfig"
30 source "drivers/net/wireless/realtek/Kconfig"
31 source "drivers/net/wireless/rsi/Kconfig"
32 source "drivers/net/wireless/st/Kconfig"
33 source "drivers/net/wireless/ti/Kconfig"
34 source "drivers/net/wireless/zydas/Kconfig"
35
36 config PCMCIA_RAYCS
37 tristate "Aviator/Raytheon 2.4GHz wireless support"
38 depends on PCMCIA
39 select WIRELESS_EXT
40 select WEXT_SPY
41 select WEXT_PRIV
42 ---help---
43 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
44 (PC-card) wireless Ethernet networking card to your computer.
45 Please read the file <file:Documentation/networking/ray_cs.txt> for
46 details.
47
48 To compile this driver as a module, choose M here: the module will be
49 called ray_cs. If unsure, say N.
50
51 config PCMCIA_WL3501
52 tristate "Planet WL3501 PCMCIA cards"
53 depends on CFG80211 && PCMCIA
54 select WIRELESS_EXT
55 select WEXT_SPY
56 help
57 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
58 It has basic support for Linux wireless extensions and initial
59 micro support for ethtool.
60
61 config MAC80211_HWSIM
62 tristate "Simulated radio testing tool for mac80211"
63 depends on MAC80211
64 ---help---
65 This driver is a developer testing tool that can be used to test
66 IEEE 802.11 networking stack (mac80211) functionality. This is not
67 needed for normal wireless LAN usage and is only for testing. See
68 Documentation/networking/mac80211_hwsim for more information on how
69 to use this tool.
70
71 To compile this driver as a module, choose M here: the module will be
72 called mac80211_hwsim. If unsure, say N.
73
74 config USB_NET_RNDIS_WLAN
75 tristate "Wireless RNDIS USB support"
76 depends on USB
77 depends on CFG80211
78 select USB_NET_DRIVERS
79 select USB_USBNET
80 select USB_NET_CDCETHER
81 select USB_NET_RNDIS_HOST
82 ---help---
83 This is a driver for wireless RNDIS devices.
84 These are USB based adapters found in devices such as:
85
86 Buffalo WLI-U2-KG125S
87 U.S. Robotics USR5421
88 Belkin F5D7051
89 Linksys WUSB54GSv2
90 Linksys WUSB54GSC
91 Asus WL169gE
92 Eminent EM4045
93 BT Voyager 1055
94 Linksys WUSB54GSv1
95 U.S. Robotics USR5420
96 BUFFALO WLI-USB-G54
97
98 All of these devices are based on Broadcom 4320 chip which is the
99 only wireless RNDIS chip known to date.
100
101 If you choose to build a module, it'll be called rndis_wlan.
102
103 endif # WLAN
This page took 0.033999 seconds and 6 git commands to generate.