diff options
author | David Brownell <david-b@pacbell.net> | 2005-08-31 12:53:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 19:28:32 -0400 |
commit | 0aa599c5644fddd3052433c5335260108a8a39a2 (patch) | |
tree | 53ff1eadd9d5386e7b9912b1d2728d150ad8567f /drivers/usb/net/Kconfig | |
parent | 47ee3051c856cc2aa95d35d577a8cb37279d540f (diff) |
[PATCH] USB: usbnet (6/9) module for Zaurii and compatibles
This moves usbnet support for Zaurus and compatibles into its own module.
Other than exporting a couple of helper functions, this just involved
shuffling some code and updating the comments.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/net/Kconfig')
-rw-r--r-- | drivers/usb/net/Kconfig | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig index 0aafd599d7d4..20de10916a4e 100644 --- a/drivers/usb/net/Kconfig +++ b/drivers/usb/net/Kconfig | |||
@@ -140,23 +140,6 @@ config USB_PL2301 | |||
140 | comment "Intelligent USB Devices/Gadgets" | 140 | comment "Intelligent USB Devices/Gadgets" |
141 | depends on USB_USBNET | 141 | depends on USB_USBNET |
142 | 142 | ||
143 | config USB_ZAURUS | ||
144 | boolean "Sharp Zaurus (stock ROMs) and compatible" | ||
145 | depends on USB_USBNET | ||
146 | select CRC32 | ||
147 | default y | ||
148 | help | ||
149 | Choose this option to support the usb networking links used by | ||
150 | Zaurus models like the SL-5000D, SL-5500, SL-5600, A-300, B-500. | ||
151 | This also supports some related device firmware, as used in some | ||
152 | PDAs from Olympus and some cell phones from Motorola. | ||
153 | |||
154 | If you install an alternate ROM image, such as the Linux 2.6 based | ||
155 | versions of OpenZaurus, you should no longer need to support this | ||
156 | protocol. Only the "eth-fd" or "net_fd" drivers in these devices | ||
157 | really need this non-conformant variant of CDC Ethernet (or in | ||
158 | some cases CDC MDLM) protocol, not "g_ether". | ||
159 | |||
160 | config USB_CDCETHER | 143 | config USB_CDCETHER |
161 | boolean "CDC Ethernet support (smart devices such as cable modems)" | 144 | boolean "CDC Ethernet support (smart devices such as cable modems)" |
162 | depends on USB_USBNET | 145 | depends on USB_USBNET |
@@ -294,6 +277,23 @@ config USB_EPSON2888 | |||
294 | Choose this option to support the usb networking links used | 277 | Choose this option to support the usb networking links used |
295 | by some sample firmware from Epson. | 278 | by some sample firmware from Epson. |
296 | 279 | ||
280 | config USB_NET_ZAURUS | ||
281 | tristate "Sharp Zaurus (stock ROMs) and compatible" | ||
282 | depends on USB_USBNET | ||
283 | select CRC32 | ||
284 | default y | ||
285 | help | ||
286 | Choose this option to support the usb networking links used by | ||
287 | Zaurus models like the SL-5000D, SL-5500, SL-5600, A-300, B-500. | ||
288 | This also supports some related device firmware, as used in some | ||
289 | PDAs from Olympus and some cell phones from Motorola. | ||
290 | |||
291 | If you install an alternate ROM image, such as the Linux 2.6 based | ||
292 | versions of OpenZaurus, you should no longer need to support this | ||
293 | protocol. Only the "eth-fd" or "net_fd" drivers in these devices | ||
294 | really need this non-conformant variant of CDC Ethernet (or in | ||
295 | some cases CDC MDLM) protocol, not "g_ether". | ||
296 | |||
297 | 297 | ||
298 | config USB_ZD1201 | 298 | config USB_ZD1201 |
299 | tristate "USB ZD1201 based Wireless device support" | 299 | tristate "USB ZD1201 based Wireless device support" |