diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-07-28 11:03:42 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:43:22 -0400 |
commit | 33172899a9d922b04081e12dced3ae474d46d620 (patch) | |
tree | 315d3a7a33d97a0a0364389b35792bcaffa6e138 /drivers/net/wireless/rt2x00/Kconfig | |
parent | 3e6404528c95e3439f478e1d28353e77f6d9c188 (diff) |
rt2x00: move experimental on kconfig only to rt2800usb
These drivers have been around for a while, if there are issues
they should be reported. rt2800usb is still a bit flaky though.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Acked-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/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index f970aa25326a..ed1f997e3521 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -1,8 +1,8 @@ | |||
1 | menuconfig RT2X00 | 1 | menuconfig RT2X00 |
2 | tristate "Ralink driver support" | 2 | tristate "Ralink driver support" |
3 | depends on MAC80211 && WLAN_80211 && EXPERIMENTAL | 3 | depends on MAC80211 && WLAN_80211 |
4 | ---help--- | 4 | ---help--- |
5 | This will enable the experimental support for the Ralink drivers, | 5 | This will enable the support for the Ralink drivers, |
6 | developed in the rt2x00 project <http://rt2x00.serialmonkey.com>. | 6 | developed in the rt2x00 project <http://rt2x00.serialmonkey.com>. |
7 | 7 | ||
8 | These drivers make use of the mac80211 stack. | 8 | These drivers make use of the mac80211 stack. |
@@ -79,14 +79,14 @@ config RT73USB | |||
79 | 79 | ||
80 | config RT2800USB | 80 | config RT2800USB |
81 | tristate "Ralink rt2800 (USB) support" | 81 | tristate "Ralink rt2800 (USB) support" |
82 | depends on USB | 82 | depends on USB && EXPERIMENTAL |
83 | select RT2X00_LIB_USB | 83 | select RT2X00_LIB_USB |
84 | select RT2X00_LIB_HT | 84 | select RT2X00_LIB_HT |
85 | select RT2X00_LIB_FIRMWARE | 85 | select RT2X00_LIB_FIRMWARE |
86 | select RT2X00_LIB_CRYPTO | 86 | select RT2X00_LIB_CRYPTO |
87 | select CRC_CCITT | 87 | select CRC_CCITT |
88 | ---help--- | 88 | ---help--- |
89 | This adds support for rt2800 wireless chipset family. | 89 | This adds experimental support for rt2800 wireless chipset family. |
90 | Supported chips: RT2770, RT2870 & RT3070. | 90 | Supported chips: RT2770, RT2870 & RT3070. |
91 | 91 | ||
92 | When compiled as a module, this driver will be called "rt2800usb.ko". | 92 | When compiled as a module, this driver will be called "rt2800usb.ko". |