diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-01 00:24:54 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-01 00:24:54 -0400 |
commit | bc95f3669f5e6f63cf0b84fe4922c3c6dd4aa775 (patch) | |
tree | 427fcf2a7287c16d4b5aa6cbf494d59579a6a8b1 /drivers/usb/net/Kconfig | |
parent | 3d29cdff999c37b3876082278a8134a0642a02cd (diff) | |
parent | dc87c3985e9b442c60994308a96f887579addc39 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/usb/input/Makefile
drivers/usb/input/gtco.c
Diffstat (limited to 'drivers/usb/net/Kconfig')
-rw-r--r-- | drivers/usb/net/Kconfig | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig index a2b94ef512bc..3de564b23147 100644 --- a/drivers/usb/net/Kconfig +++ b/drivers/usb/net/Kconfig | |||
@@ -84,6 +84,7 @@ config USB_PEGASUS | |||
84 | config USB_RTL8150 | 84 | config USB_RTL8150 |
85 | tristate "USB RTL8150 based ethernet device support (EXPERIMENTAL)" | 85 | tristate "USB RTL8150 based ethernet device support (EXPERIMENTAL)" |
86 | depends on EXPERIMENTAL | 86 | depends on EXPERIMENTAL |
87 | select MII | ||
87 | help | 88 | help |
88 | Say Y here if you have RTL8150 based usb-ethernet adapter. | 89 | Say Y here if you have RTL8150 based usb-ethernet adapter. |
89 | Send me <petkan@users.sourceforge.net> any comments you may have. | 90 | Send me <petkan@users.sourceforge.net> any comments you may have. |
@@ -98,7 +99,7 @@ config USB_USBNET_MII | |||
98 | 99 | ||
99 | config USB_USBNET | 100 | config USB_USBNET |
100 | tristate "Multi-purpose USB Networking Framework" | 101 | tristate "Multi-purpose USB Networking Framework" |
101 | select MII if USBNET_MII != n | 102 | select MII if USB_USBNET_MII != n |
102 | ---help--- | 103 | ---help--- |
103 | This driver supports several kinds of network links over USB, | 104 | This driver supports several kinds of network links over USB, |
104 | with "minidrivers" built around a common network driver core | 105 | with "minidrivers" built around a common network driver core |
@@ -185,6 +186,15 @@ config USB_NET_CDCETHER | |||
185 | IEEE 802 "local assignment" bit is set in the address, a "usbX" | 186 | IEEE 802 "local assignment" bit is set in the address, a "usbX" |
186 | name is used instead. | 187 | name is used instead. |
187 | 188 | ||
189 | config USB_NET_DM9601 | ||
190 | tristate "Davicom DM9601 based USB 1.1 10/100 ethernet devices" | ||
191 | depends on USB_USBNET | ||
192 | select CRC32 | ||
193 | select USB_USBNET_MII | ||
194 | help | ||
195 | This option adds support for Davicom DM9601 based USB 1.1 | ||
196 | 10/100 Ethernet adapters. | ||
197 | |||
188 | config USB_NET_GL620A | 198 | config USB_NET_GL620A |
189 | tristate "GeneSys GL620USB-A based cables" | 199 | tristate "GeneSys GL620USB-A based cables" |
190 | depends on USB_USBNET | 200 | depends on USB_USBNET |
@@ -239,6 +249,7 @@ config USB_NET_RNDIS_HOST | |||
239 | config USB_NET_CDC_SUBSET | 249 | config USB_NET_CDC_SUBSET |
240 | tristate "Simple USB Network Links (CDC Ethernet subset)" | 250 | tristate "Simple USB Network Links (CDC Ethernet subset)" |
241 | depends on USB_USBNET | 251 | depends on USB_USBNET |
252 | default y | ||
242 | help | 253 | help |
243 | This driver module supports USB network devices that can work | 254 | This driver module supports USB network devices that can work |
244 | without any device-specific information. Select it if you have | 255 | without any device-specific information. Select it if you have |
@@ -298,6 +309,13 @@ config USB_EPSON2888 | |||
298 | Choose this option to support the usb networking links used | 309 | Choose this option to support the usb networking links used |
299 | by some sample firmware from Epson. | 310 | by some sample firmware from Epson. |
300 | 311 | ||
312 | config USB_KC2190 | ||
313 | boolean "KT Technology KC2190 based cables (InstaNet)" | ||
314 | depends on USB_NET_CDC_SUBSET && EXPERIMENTAL | ||
315 | help | ||
316 | Choose this option if you're using a host-to-host cable | ||
317 | with one of these chips. | ||
318 | |||
301 | config USB_NET_ZAURUS | 319 | config USB_NET_ZAURUS |
302 | tristate "Sharp Zaurus (stock ROMs) and compatible" | 320 | tristate "Sharp Zaurus (stock ROMs) and compatible" |
303 | depends on USB_USBNET | 321 | depends on USB_USBNET |