aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/usb/Kconfig')
-rw-r--r--drivers/net/usb/Kconfig16
1 files changed, 7 insertions, 9 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index ef976215b649..3a44a5d7bf9e 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -8,8 +8,7 @@ menu "USB Network Adapters"
8 depends on USB && NET 8 depends on USB && NET
9 9
10config USB_CATC 10config USB_CATC
11 tristate "USB CATC NetMate-based Ethernet device support (EXPERIMENTAL)" 11 tristate "USB CATC NetMate-based Ethernet device support"
12 depends on EXPERIMENTAL
13 select CRC32 12 select CRC32
14 ---help--- 13 ---help---
15 Say Y if you want to use one of the following 10Mbps USB Ethernet 14 Say Y if you want to use one of the following 10Mbps USB Ethernet
@@ -83,8 +82,7 @@ config USB_PEGASUS
83 module will be called pegasus. 82 module will be called pegasus.
84 83
85config USB_RTL8150 84config USB_RTL8150
86 tristate "USB RTL8150 based ethernet device support (EXPERIMENTAL)" 85 tristate "USB RTL8150 based ethernet device support"
87 depends on EXPERIMENTAL
88 select NET_CORE 86 select NET_CORE
89 select MII 87 select MII
90 help 88 help
@@ -188,7 +186,7 @@ config USB_NET_CDCETHER
188 186
189config USB_NET_CDC_EEM 187config USB_NET_CDC_EEM
190 tristate "CDC EEM support" 188 tristate "CDC EEM support"
191 depends on USB_USBNET && EXPERIMENTAL 189 depends on USB_USBNET
192 help 190 help
193 This option supports devices conforming to the Communication Device 191 This option supports devices conforming to the Communication Device
194 Class (CDC) Ethernet Emulation Model, a specification that's easy to 192 Class (CDC) Ethernet Emulation Model, a specification that's easy to
@@ -287,7 +285,7 @@ config USB_NET_PLUSB
287 tristate "Prolific PL-2301/2302/25A1 based cables" 285 tristate "Prolific PL-2301/2302/25A1 based cables"
288 # if the handshake/init/reset problems, from original 'plusb', 286 # if the handshake/init/reset problems, from original 'plusb',
289 # are ever resolved ... then remove "experimental" 287 # are ever resolved ... then remove "experimental"
290 depends on USB_USBNET && EXPERIMENTAL 288 depends on USB_USBNET
291 help 289 help
292 Choose this option if you're using a host-to-host cable 290 Choose this option if you're using a host-to-host cable
293 with one of these chips. 291 with one of these chips.
@@ -301,8 +299,8 @@ config USB_NET_MCS7830
301 adapters marketed under the DeLOCK brand. 299 adapters marketed under the DeLOCK brand.
302 300
303config USB_NET_RNDIS_HOST 301config USB_NET_RNDIS_HOST
304 tristate "Host for RNDIS and ActiveSync devices (EXPERIMENTAL)" 302 tristate "Host for RNDIS and ActiveSync devices"
305 depends on USB_USBNET && EXPERIMENTAL 303 depends on USB_USBNET
306 select USB_NET_CDCETHER 304 select USB_NET_CDCETHER
307 help 305 help
308 This option enables hosting "Remote NDIS" USB networking links, 306 This option enables hosting "Remote NDIS" USB networking links,
@@ -380,7 +378,7 @@ config USB_EPSON2888
380 378
381config USB_KC2190 379config USB_KC2190
382 boolean "KT Technology KC2190 based cables (InstaNet)" 380 boolean "KT Technology KC2190 based cables (InstaNet)"
383 depends on USB_NET_CDC_SUBSET && EXPERIMENTAL 381 depends on USB_NET_CDC_SUBSET
384 help 382 help
385 Choose this option if you're using a host-to-host cable 383 Choose this option if you're using a host-to-host cable
386 with one of these chips. 384 with one of these chips.