rt2x00: Enable RT30xx by default.
authorGertjan van Wingerde <gwingerde@gmail.com>
Mon, 3 May 2010 20:43:03 +0000 (22:43 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 May 2010 17:24:23 +0000 (13:24 -0400)
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>
drivers/net/wireless/rt2x00/Kconfig

index 5239e08..eea1ef2 100644 (file)
@@ -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.
@@ -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.