diff options
author | David Brownell <david-b@pacbell.net> | 2005-08-31 12:53:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 19:28:31 -0400 |
commit | 904813cd8a0b334189da285bb05af0b18b062502 (patch) | |
tree | b602c3a1b8907dcd9dc43193f41477cfc402fcc2 /drivers/usb/net/Kconfig | |
parent | 2e55cc7210fef90f88201e860d8767594974574e (diff) |
[PATCH] USB: usbnet (4/9) module for net1080 cables
As with the "cdc_subset" and "asix" drivers, this just moves the net1080
support into its one driver module. In this case there's a small bit of
extra cleanup involved, moving some funky framing logic into the tx_fixup()
routine (resolving a long overdue FIXME).
Minor historical note: "usbnet" started out as "net1080", then got
generalized to make it easier for other network drivers to reuse the
urb queueing and fault management code here.
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 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig index 4fb51b998cc8..0aa8637e5ff3 100644 --- a/drivers/usb/net/Kconfig +++ b/drivers/usb/net/Kconfig | |||
@@ -138,15 +138,6 @@ config USB_GENESYS | |||
138 | 138 | ||
139 | Note that the half-duplex "GL620USB" is not supported. | 139 | Note that the half-duplex "GL620USB" is not supported. |
140 | 140 | ||
141 | config USB_NET1080 | ||
142 | boolean "NetChip 1080 based cables (Laplink, ...)" | ||
143 | default y | ||
144 | depends on USB_USBNET | ||
145 | help | ||
146 | Choose this option if you're using a host-to-host cable based | ||
147 | on this design: one NetChip 1080 chips and supporting logic, | ||
148 | supporting LEDs that indicate traffic | ||
149 | |||
150 | config USB_PL2301 | 141 | config USB_PL2301 |
151 | boolean "Prolific PL-2301/2302 based cables" | 142 | boolean "Prolific PL-2301/2302 based cables" |
152 | default y | 143 | default y |
@@ -233,6 +224,15 @@ config USB_NET_AX8817X | |||
233 | what other networking devices you have in use. | 224 | what other networking devices you have in use. |
234 | 225 | ||
235 | 226 | ||
227 | config USB_NET_NET1080 | ||
228 | tristate "NetChip 1080 based cables (Laplink, ...)" | ||
229 | default y | ||
230 | depends on USB_USBNET | ||
231 | help | ||
232 | Choose this option if you're using a host-to-host cable based | ||
233 | on this design: one NetChip 1080 chip and supporting logic, | ||
234 | optionally with LEDs that indicate traffic | ||
235 | |||
236 | config USB_NET_CDC_SUBSET | 236 | config USB_NET_CDC_SUBSET |
237 | tristate "Simple USB Network Links (CDC Ethernet subset)" | 237 | tristate "Simple USB Network Links (CDC Ethernet subset)" |
238 | depends on USB_USBNET | 238 | depends on USB_USBNET |