aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGertjan van Wingerde <gwingerde@gmail.com>2011-04-18 09:33:00 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-04-19 15:39:51 -0400
commitccd3caa4516c56540017d1af6c810940eff6afb8 (patch)
tree12947d4a4eaae7a7cbe0c04a0d6180e96138b7b9
parent87a3b89f34fb20f644b42fa57d579b1f2833fd4d (diff)
rt2x00: RT33xx device support is no longer experimental.
The rt33xx devices support for both PCI and USB devices has been in the tree for a couple of months now, and seems to be functional and not in a worse shape than the support for rt28xx and rt30xx devices. No longer mark it as experimental and enable the support for these devices by default. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/rt2x00/Kconfig16
1 files changed, 4 insertions, 12 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
index f630552427b7..e7e361e09f0a 100644
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -74,17 +74,13 @@ config RT2800PCI
74if RT2800PCI 74if RT2800PCI
75 75
76config RT2800PCI_RT33XX 76config RT2800PCI_RT33XX
77 bool "rt2800pci - Include support for rt33xx devices (EXPERIMENTAL)" 77 bool "rt2800pci - Include support for rt33xx devices"
78 depends on EXPERIMENTAL 78 default y
79 default n
80 ---help--- 79 ---help---
81 This adds support for rt33xx wireless chipset family to the 80 This adds support for rt33xx wireless chipset family to the
82 rt2800pci driver. 81 rt2800pci driver.
83 Supported chips: RT3390 82 Supported chips: RT3390
84 83
85 Support for these devices is non-functional at the moment and is
86 intended for testers and developers.
87
88config RT2800PCI_RT35XX 84config RT2800PCI_RT35XX
89 bool "rt2800pci - Include support for rt35xx devices (EXPERIMENTAL)" 85 bool "rt2800pci - Include support for rt35xx devices (EXPERIMENTAL)"
90 depends on EXPERIMENTAL 86 depends on EXPERIMENTAL
@@ -153,17 +149,13 @@ config RT2800USB
153if RT2800USB 149if RT2800USB
154 150
155config RT2800USB_RT33XX 151config RT2800USB_RT33XX
156 bool "rt2800usb - Include support for rt33xx devices (EXPERIMENTAL)" 152 bool "rt2800usb - Include support for rt33xx devices"
157 depends on EXPERIMENTAL 153 default y
158 default n
159 ---help--- 154 ---help---
160 This adds support for rt33xx wireless chipset family to the 155 This adds support for rt33xx wireless chipset family to the
161 rt2800usb driver. 156 rt2800usb driver.
162 Supported chips: RT3370 157 Supported chips: RT3370
163 158
164 Support for these devices is non-functional at the moment and is
165 intended for testers and developers.
166
167config RT2800USB_RT35XX 159config RT2800USB_RT35XX
168 bool "rt2800usb - Include support for rt35xx devices (EXPERIMENTAL)" 160 bool "rt2800usb - Include support for rt35xx devices (EXPERIMENTAL)"
169 depends on EXPERIMENTAL 161 depends on EXPERIMENTAL