소스 검색

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>
Gertjan van Wingerde 15 년 전
부모
커밋
79a854f1e1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      drivers/net/wireless/rt2x00/Kconfig

+ 2 - 2
drivers/net/wireless/rt2x00/Kconfig

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