Skip to content

Commit

Permalink
rt2x00: Enable RT30xx by default.
Browse files Browse the repository at this point in the history
Now that RT30xx support is at the same level as RT28xx support we can enable
these devices by default.

Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Gertjan van Wingerde authored and John W. Linville committed May 4, 2010
1 parent c266148 commit 79a854f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/rt2x00/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if RT2800PCI

config RT2800PCI_RT30XX
bool "rt2800pci - Include support for rt30xx (PCI/PCIe/PCMCIA) devices"
default n
default y
---help---
This adds support for rt30xx wireless chipset family to the
rt2800pci driver.
Expand Down Expand Up @@ -156,7 +156,7 @@ if RT2800USB

config RT2800USB_RT30XX
bool "rt2800usb - Include support for rt30xx (USB) devices"
default n
default y
---help---
This adds support for rt30xx wireless chipset family to the
rt2800usb driver.
Expand Down

0 comments on commit 79a854f

Please sign in to comment.