aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/Kconfig
diff options
context:
space:
mode:
authorGertjan van Wingerde <gwingerde@gmail.com>2010-11-13 13:10:10 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-11-17 16:18:48 -0500
commit46af584d2ea86518c4cdf521903cd93ba6de2ec0 (patch)
treee893064ae1e80cb716d06ee7bd64e8ada2479a72 /drivers/net/wireless/rt2x00/Kconfig
parentf93bc9b3ce379800b30b3c2f4fc945ae35a80039 (diff)
rt2x00: Clean up Kconfig for RT2800 devices.
General clean up of the Kconfig part for RT28XX devices. Also remove the indications of non functional support for rt27xx/rt28xx/rt30xx devices, as this is no longer true. They just work fine. Finally, remove the experimental indications for rt27xx/rt28xx/rt30xx devices as that is no longer true. Keep the experimental indications for rt33xx/rt35xx devices, though. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r--drivers/net/wireless/rt2x00/Kconfig47
1 files changed, 19 insertions, 28 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
index f0f01526556d..f2be1d35a5c8 100644
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -64,8 +64,8 @@ config RT2800PCI_SOC
64 default y 64 default y
65 65
66config RT2800PCI 66config RT2800PCI
67 tristate "Ralink rt28xx/rt30xx/rt35xx (PCI/PCIe/PCMCIA) support (EXPERIMENTAL)" 67 tristate "Ralink rt27xx/rt28xx (PCI/PCIe/PCMCIA) support"
68 depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL 68 depends on RT2800PCI_PCI || RT2800PCI_SOC
69 select RT2800_LIB 69 select RT2800_LIB
70 select RT2X00_LIB_PCI if RT2800PCI_PCI 70 select RT2X00_LIB_PCI if RT2800PCI_PCI
71 select RT2X00_LIB_SOC if RT2800PCI_SOC 71 select RT2X00_LIB_SOC if RT2800PCI_SOC
@@ -75,29 +75,24 @@ config RT2800PCI
75 select CRC_CCITT 75 select CRC_CCITT
76 select EEPROM_93CX6 76 select EEPROM_93CX6
77 ---help--- 77 ---help---
78 This adds support for rt2800/rt3000/rt3500 wireless chipset family. 78 This adds support for rt27xx/rt28xx wireless chipset family.
79 Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052 79 Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052
80 80
81 This driver is non-functional at the moment and is intended for
82 developers.
83
84 When compiled as a module, this driver will be called "rt2800pci.ko". 81 When compiled as a module, this driver will be called "rt2800pci.ko".
85 82
86if RT2800PCI 83if RT2800PCI
87 84
88config RT2800PCI_RT30XX 85config RT2800PCI_RT30XX
89 bool "rt2800pci - Include support for rt30xx (PCI/PCIe/PCMCIA) devices" 86 bool "rt2800pci - Include support for rt30xx devices"
90 default y 87 default y
91 ---help--- 88 ---help---
92 This adds support for rt30xx wireless chipset family to the 89 This adds support for rt30xx wireless chipset family to the
93 rt2800pci driver. 90 rt2800pci driver.
94 Supported chips: RT3090, RT3091 & RT3092 91 Supported chips: RT3090, RT3091 & RT3092
95 92
96 Support for these devices is non-functional at the moment and is
97 intended for testers and developers.
98
99config RT2800PCI_RT33XX 93config RT2800PCI_RT33XX
100 bool "rt2800pci - Include support for rt33xx (PCI/PCIe/PCMCIA) devices" 94 bool "rt2800pci - Include support for rt33xx devices (EXPERIMENTAL)"
95 depends on EXPERIMENTAL
101 default n 96 default n
102 ---help--- 97 ---help---
103 This adds support for rt33xx wireless chipset family to the 98 This adds support for rt33xx wireless chipset family to the
@@ -108,7 +103,8 @@ config RT2800PCI_RT33XX
108 intended for testers and developers. 103 intended for testers and developers.
109 104
110config RT2800PCI_RT35XX 105config RT2800PCI_RT35XX
111 bool "rt2800pci - Include support for rt35xx (PCI/PCIe/PCMCIA) devices" 106 bool "rt2800pci - Include support for rt35xx devices (EXPERIMENTAL)"
107 depends on EXPERIMENTAL
112 default n 108 default n
113 ---help--- 109 ---help---
114 This adds support for rt35xx wireless chipset family to the 110 This adds support for rt35xx wireless chipset family to the
@@ -145,8 +141,8 @@ config RT73USB
145 When compiled as a module, this driver will be called rt73usb. 141 When compiled as a module, this driver will be called rt73usb.
146 142
147config RT2800USB 143config RT2800USB
148 tristate "Ralink rt2800 (USB) support (EXPERIMENTAL)" 144 tristate "Ralink rt27xx/rt28xx (USB) support"
149 depends on USB && EXPERIMENTAL 145 depends on USB
150 select RT2800_LIB 146 select RT2800_LIB
151 select RT2X00_LIB_USB 147 select RT2X00_LIB_USB
152 select RT2X00_LIB_HT 148 select RT2X00_LIB_HT
@@ -154,30 +150,24 @@ config RT2800USB
154 select RT2X00_LIB_CRYPTO 150 select RT2X00_LIB_CRYPTO
155 select CRC_CCITT 151 select CRC_CCITT
156 ---help--- 152 ---help---
157 This adds experimental support for rt2800 wireless chipset family. 153 This adds support for rt27xx/rt28xx wireless chipset family.
158 Supported chips: RT2770, RT2870 & RT3070. 154 Supported chips: RT2770, RT2870 & RT3070.
159 155
160 Known issues:
161 - support for RT2870 chips doesn't work with 802.11n APs yet
162 - support for RT3070 chips is non-functional at the moment
163
164 When compiled as a module, this driver will be called "rt2800usb.ko". 156 When compiled as a module, this driver will be called "rt2800usb.ko".
165 157
166if RT2800USB 158if RT2800USB
167 159
168config RT2800USB_RT30XX 160config RT2800USB_RT30XX
169 bool "rt2800usb - Include support for rt30xx (USB) devices" 161 bool "rt2800usb - Include support for rt30xx devices"
170 default y 162 default y
171 ---help--- 163 ---help---
172 This adds support for rt30xx wireless chipset family to the 164 This adds support for rt30xx wireless chipset family to the
173 rt2800usb driver. 165 rt2800usb driver.
174 Supported chips: RT3070, RT3071 & RT3072 166 Supported chips: RT3070, RT3071 & RT3072
175 167
176 Support for these devices is non-functional at the moment and is
177 intended for testers and developers.
178
179config RT2800USB_RT33XX 168config RT2800USB_RT33XX
180 bool "rt2800usb - Include support for rt33xx (USB) devices" 169 bool "rt2800usb - Include support for rt33xx devices (EXPERIMENTAL)"
170 depends on EXPERIMENTAL
181 default n 171 default n
182 ---help--- 172 ---help---
183 This adds support for rt33xx wireless chipset family to the 173 This adds support for rt33xx wireless chipset family to the
@@ -188,7 +178,8 @@ config RT2800USB_RT33XX
188 intended for testers and developers. 178 intended for testers and developers.
189 179
190config RT2800USB_RT35XX 180config RT2800USB_RT35XX
191 bool "rt2800usb - Include support for rt35xx (USB) devices" 181 bool "rt2800usb - Include support for rt35xx devices (EXPERIMENTAL)"
182 depends on EXPERIMENTAL
192 default n 183 default n
193 ---help--- 184 ---help---
194 This adds support for rt35xx wireless chipset family to the 185 This adds support for rt35xx wireless chipset family to the
@@ -202,9 +193,9 @@ config RT2800USB_UNKNOWN
202 bool "rt2800usb - Include support for unknown (USB) devices" 193 bool "rt2800usb - Include support for unknown (USB) devices"
203 default n 194 default n
204 ---help--- 195 ---help---
205 This adds support for rt2800 family devices that are known to 196 This adds support for rt2800usb devices that are known to
206 have a rt2800 family chipset, but for which the exact chipset 197 have a rt28xx family compatible chipset, but for which the exact
207 is unknown. 198 chipset is unknown.
208 199
209 Support status for these devices is unknown, and enabling these 200 Support status for these devices is unknown, and enabling these
210 devices may or may not work. 201 devices may or may not work.