diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2011-04-18 09:33:20 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-19 15:39:54 -0400 |
commit | ea81966ccc2edd324c1fa382260a62a4400a032a (patch) | |
tree | c4b3edbe3e7bdb4c6f06bc7b039d848102545b03 /drivers/net/wireless/rt2x00 | |
parent | ccd3caa4516c56540017d1af6c810940eff6afb8 (diff) |
rt2x00: Enable support for RT53xx PCI devices by default.
Code seems to be feature-complete, so no reason to not enable
these devices by default.
Also, remove the sentence about the support for these devices being
non-functional.
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>
Diffstat (limited to 'drivers/net/wireless/rt2x00')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index e7e361e09f0a..d7e27b348363 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -96,15 +96,12 @@ config RT2800PCI_RT35XX | |||
96 | config RT2800PCI_RT53XX | 96 | config RT2800PCI_RT53XX |
97 | bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)" | 97 | bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)" |
98 | depends on EXPERIMENTAL | 98 | depends on EXPERIMENTAL |
99 | default n | 99 | default y |
100 | ---help--- | 100 | ---help--- |
101 | This adds support for rt53xx wireless chipset family to the | 101 | This adds support for rt53xx wireless chipset family to the |
102 | rt2800pci driver. | 102 | rt2800pci driver. |
103 | Supported chips: RT5390 | 103 | Supported chips: RT5390 |
104 | 104 | ||
105 | Support for these devices is non-functional at the moment and is | ||
106 | intended for testers and developers. | ||
107 | |||
108 | endif | 105 | endif |
109 | 106 | ||
110 | config RT2500USB | 107 | config RT2500USB |