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>
This commit is contained in:
parent
ccd3caa451
commit
ea81966ccc
1 changed files with 1 additions and 4 deletions
|
@ -96,15 +96,12 @@ config RT2800PCI_RT35XX
|
||||||
config RT2800PCI_RT53XX
|
config RT2800PCI_RT53XX
|
||||||
bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)"
|
bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)"
|
||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
default n
|
default y
|
||||||
---help---
|
---help---
|
||||||
This adds support for rt53xx wireless chipset family to the
|
This adds support for rt53xx wireless chipset family to the
|
||||||
rt2800pci driver.
|
rt2800pci driver.
|
||||||
Supported chips: RT5390
|
Supported chips: RT5390
|
||||||
|
|
||||||
Support for these devices is non-functional at the moment and is
|
|
||||||
intended for testers and developers.
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config RT2500USB
|
config RT2500USB
|
||||||
|
|
Loading…
Add table
Reference in a new issue