diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/Kconfig')
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 11 |
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 | ||
95 | config RT2800PCI_RT53XX | 95 | config 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 | ||
166 | config 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 | |||
166 | config RT2800USB_UNKNOWN | 175 | config 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 |