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