diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2010-11-13 13:09:50 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-17 16:18:47 -0500 |
commit | f93bc9b3ce379800b30b3c2f4fc945ae35a80039 (patch) | |
tree | f71934913c3b483976f63b94dda7a8f678ac655e /drivers/net/wireless/rt2x00/Kconfig | |
parent | ae4ecb9f8f01eb9deffb5bd837dc90f4e646cd2d (diff) |
rt2x00: Add initial support for RT3370/RT3390 devices.
Modified from Eddy's patch by adding the RT3370 USB support as well.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Cc: Eddy Tsai <Eddy_Tsai@ralinktech.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/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index eea1ef2f502b..f0f01526556d 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -96,6 +96,17 @@ config RT2800PCI_RT30XX | |||
96 | Support for these devices is non-functional at the moment and is | 96 | Support for these devices is non-functional at the moment and is |
97 | intended for testers and developers. | 97 | intended for testers and developers. |
98 | 98 | ||
99 | config RT2800PCI_RT33XX | ||
100 | bool "rt2800pci - Include support for rt33xx (PCI/PCIe/PCMCIA) devices" | ||
101 | default n | ||
102 | ---help--- | ||
103 | This adds support for rt33xx wireless chipset family to the | ||
104 | rt2800pci driver. | ||
105 | Supported chips: RT3390 | ||
106 | |||
107 | Support for these devices is non-functional at the moment and is | ||
108 | intended for testers and developers. | ||
109 | |||
99 | config RT2800PCI_RT35XX | 110 | config RT2800PCI_RT35XX |
100 | bool "rt2800pci - Include support for rt35xx (PCI/PCIe/PCMCIA) devices" | 111 | bool "rt2800pci - Include support for rt35xx (PCI/PCIe/PCMCIA) devices" |
101 | default n | 112 | default n |
@@ -165,6 +176,17 @@ config RT2800USB_RT30XX | |||
165 | Support for these devices is non-functional at the moment and is | 176 | Support for these devices is non-functional at the moment and is |
166 | intended for testers and developers. | 177 | intended for testers and developers. |
167 | 178 | ||
179 | config RT2800USB_RT33XX | ||
180 | bool "rt2800usb - Include support for rt33xx (USB) devices" | ||
181 | default n | ||
182 | ---help--- | ||
183 | This adds support for rt33xx wireless chipset family to the | ||
184 | rt2800usb driver. | ||
185 | Supported chips: RT3370 | ||
186 | |||
187 | Support for these devices is non-functional at the moment and is | ||
188 | intended for testers and developers. | ||
189 | |||
168 | config RT2800USB_RT35XX | 190 | config RT2800USB_RT35XX |
169 | bool "rt2800usb - Include support for rt35xx (USB) devices" | 191 | bool "rt2800usb - Include support for rt35xx (USB) devices" |
170 | default n | 192 | default n |