aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/Kconfig
diff options
context:
space:
mode:
authorGertjan van Wingerde <gwingerde@gmail.com>2011-05-04 15:41:36 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-05-05 14:59:21 -0400
commitaca355b9784fbc960c9caa6b30f953a965296420 (patch)
tree52f5d5037d3600366e9979a47c80c39f8e3d8c90 /drivers/net/wireless/rt2x00/Kconfig
parent28ef6450f0182f95c4f50aaa0ab2043a09c72b0a (diff)
rt2x00: Initial support for RT5370 USB devices.
Add necessary RF chipset define and basic support for these devices. Tested-by: Juan Carlos Garza <juancarlosgarza@gmail.com> 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>
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r--drivers/net/wireless/rt2x00/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
index c45773108283..9def1e5369a1 100644
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -93,7 +93,7 @@ config RT2800PCI_RT35XX
93 intended for testers and developers. 93 intended for testers and developers.
94 94
95config RT2800PCI_RT53XX 95config RT2800PCI_RT53XX
96 bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)" 96 bool "rt2800pci - Include support for rt53xx devices (EXPERIMENTAL)"
97 depends on EXPERIMENTAL 97 depends on EXPERIMENTAL
98 default y 98 default y
99 ---help--- 99 ---help---
@@ -163,6 +163,15 @@ config RT2800USB_RT35XX
163 Support for these devices is non-functional at the moment and is 163 Support for these devices is non-functional at the moment and is
164 intended for testers and developers. 164 intended for testers and developers.
165 165
166config RT2800USB_RT53XX
167 bool "rt2800usb - Include support for rt53xx devices (EXPERIMENTAL)"
168 depends on EXPERIMENTAL
169 default y
170 ---help---
171 This adds support for rt53xx wireless chipset family to the
172 rt2800pci driver.
173 Supported chips: RT5370
174
166config RT2800USB_UNKNOWN 175config RT2800USB_UNKNOWN
167 bool "rt2800usb - Include support for unknown (USB) devices" 176 bool "rt2800usb - Include support for unknown (USB) devices"
168 default n 177 default n