From: Gertjan van Wingerde Date: Mon, 18 Apr 2011 13:33:20 +0000 (+0200) Subject: rt2x00: Enable support for RT53xx PCI devices by default. X-Git-Tag: v3.0-rc2~7^2~16^2~336 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ea81966ccc2edd324c1fa382260a62a4400a032a;p=~emulex%2Finfiniband.git 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 Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index e7e361e09f0..d7e27b34836 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig @@ -96,15 +96,12 @@ config RT2800PCI_RT35XX config RT2800PCI_RT53XX bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)" depends on EXPERIMENTAL - default n + default y ---help--- This adds support for rt53xx wireless chipset family to the rt2800pci driver. Supported chips: RT5390 - Support for these devices is non-functional at the moment and is - intended for testers and developers. - endif config RT2500USB