diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2010-05-03 22:43:03 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-05-04 13:24:23 -0400 |
commit | 79a854f1e1a4482243fe4a2b199e199225b87bf6 (patch) | |
tree | 3a02fad8833e007e8182c28d544c995073113570 /drivers/net/wireless/rt2x00/Kconfig | |
parent | c2661486ebacc9c2a86757d8ff1d40b3efe8a08b (diff) | |
download | op-kernel-dev-79a854f1e1a4482243fe4a2b199e199225b87bf6.zip op-kernel-dev-79a854f1e1a4482243fe4a2b199e199225b87bf6.tar.gz |
rt2x00: Enable RT30xx by default.
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>
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 5239e082..eea1ef2 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig @@ -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. |