ti: unify Kconfig with other vendors
[deliverable/linux.git] / drivers / net / wireless / Kconfig
CommitLineData
1da177e4
LT
1#
2# Wireless LAN device configuration
3#
4
44175272
LR
5menuconfig WLAN
6 bool "Wireless LAN"
f54bfc0e 7 depends on !S390
9459d59f 8 depends on NET
eab2ec83 9 select WIRELESS
ff4d572a 10 default y
44175272
LR
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
18if WLAN
1da177e4 19
d4a17304 20source "drivers/net/wireless/admtek/Kconfig"
30fe0f9b 21source "drivers/net/wireless/atmel/Kconfig"
58619b14 22source "drivers/net/wireless/broadcom/Kconfig"
30db0ca8 23source "drivers/net/wireless/cisco/Kconfig"
367a1092 24source "drivers/net/wireless/intel/Kconfig"
eb4f98d5 25source "drivers/net/wireless/intersil/Kconfig"
f988d640 26source "drivers/net/wireless/marvell/Kconfig"
7b09ed5a 27source "drivers/net/wireless/mediatek/Kconfig"
33aca94d 28source "drivers/net/wireless/ralink/Kconfig"
62141726 29source "drivers/net/wireless/realtek/Kconfig"
941a967c 30source "drivers/net/wireless/rsi/Kconfig"
560424e9 31source "drivers/net/wireless/st/Kconfig"
bd842171 32source "drivers/net/wireless/ti/Kconfig"
ed0ad06f 33source "drivers/net/wireless/zydas/Kconfig"
d4a17304 34
1da177e4 35config PCMCIA_RAYCS
8476a657 36 tristate "Aviator/Raytheon 2.4GHz wireless support"
133d7c6a 37 depends on PCMCIA
2a5e1c0e 38 select WIRELESS_EXT
3d23e349
JB
39 select WEXT_SPY
40 select WEXT_PRIV
1da177e4
LT
41 ---help---
42 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
43 (PC-card) wireless Ethernet networking card to your computer.
44 Please read the file <file:Documentation/networking/ray_cs.txt> for
45 details.
46
47 To compile this driver as a module, choose M here: the module will be
48 called ray_cs. If unsure, say N.
49
1da177e4 50config PCMCIA_WL3501
3d23e349 51 tristate "Planet WL3501 PCMCIA cards"
4c59ff22 52 depends on CFG80211 && PCMCIA
3d23e349
JB
53 select WIRELESS_EXT
54 select WEXT_SPY
55 help
56 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
57 It has basic support for Linux wireless extensions and initial
58 micro support for ethtool.
1da177e4 59
bf164cc0
JK
60config USB_NET_RNDIS_WLAN
61 tristate "Wireless RNDIS USB support"
798f4e5e 62 depends on USB
0aa8204b 63 depends on CFG80211
269f8cb2 64 select USB_NET_DRIVERS
bf164cc0
JK
65 select USB_USBNET
66 select USB_NET_CDCETHER
67 select USB_NET_RNDIS_HOST
bf164cc0
JK
68 ---help---
69 This is a driver for wireless RNDIS devices.
70 These are USB based adapters found in devices such as:
71
72 Buffalo WLI-U2-KG125S
73 U.S. Robotics USR5421
74 Belkin F5D7051
75 Linksys WUSB54GSv2
76 Linksys WUSB54GSC
77 Asus WL169gE
78 Eminent EM4045
79 BT Voyager 1055
80 Linksys WUSB54GSv1
81 U.S. Robotics USR5420
82 BUFFALO WLI-USB-G54
83
84 All of these devices are based on Broadcom 4320 chip which is the
85 only wireless RNDIS chip known to date.
86
87 If you choose to build a module, it'll be called rndis_wlan.
88
acc1e7a3
JM
89config MAC80211_HWSIM
90 tristate "Simulated radio testing tool for mac80211"
133d7c6a 91 depends on MAC80211
acc1e7a3
JM
92 ---help---
93 This driver is a developer testing tool that can be used to test
94 IEEE 802.11 networking stack (mac80211) functionality. This is not
95 needed for normal wireless LAN usage and is only for testing. See
96 Documentation/networking/mac80211_hwsim for more information on how
97 to use this tool.
98
99 To compile this driver as a module, choose M here: the module will be
100 called mac80211_hwsim. If unsure, say N.
101
3a702e49 102source "drivers/net/wireless/ath/Kconfig"
70e5e983 103
44175272 104endif # WLAN
This page took 1.108153 seconds and 5 git commands to generate.