diff options
Diffstat (limited to 'drivers/net/usb/Kconfig')
-rw-r--r-- | drivers/net/usb/Kconfig | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index d7b7018a1de1..84d4608153c9 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
@@ -196,6 +196,25 @@ config USB_NET_CDC_EEM | |||
196 | IEEE 802 "local assignment" bit is set in the address, a "usbX" | 196 | IEEE 802 "local assignment" bit is set in the address, a "usbX" |
197 | name is used instead. | 197 | name is used instead. |
198 | 198 | ||
199 | config USB_NET_CDC_NCM | ||
200 | tristate "CDC NCM support" | ||
201 | depends on USB_USBNET | ||
202 | default y | ||
203 | help | ||
204 | This driver provides support for CDC NCM (Network Control Model | ||
205 | Device USB Class Specification). The CDC NCM specification is | ||
206 | available from <http://www.usb.org/>. | ||
207 | |||
208 | Say "y" to link the driver statically, or "m" to build a | ||
209 | dynamically linked module. | ||
210 | |||
211 | This driver should work with at least the following devices: | ||
212 | * ST-Ericsson M700 LTE FDD/TDD Mobile Broadband Modem (ref. design) | ||
213 | * ST-Ericsson M5730 HSPA+ Mobile Broadband Modem (reference design) | ||
214 | * ST-Ericsson M570 HSPA+ Mobile Broadband Modem (reference design) | ||
215 | * ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design) | ||
216 | * Ericsson F5521gw Mobile Broadband Module | ||
217 | |||
199 | config USB_NET_DM9601 | 218 | config USB_NET_DM9601 |
200 | tristate "Davicom DM9601 based USB 1.1 10/100 ethernet devices" | 219 | tristate "Davicom DM9601 based USB 1.1 10/100 ethernet devices" |
201 | depends on USB_USBNET | 220 | depends on USB_USBNET |
@@ -239,7 +258,7 @@ config USB_NET_NET1080 | |||
239 | optionally with LEDs that indicate traffic | 258 | optionally with LEDs that indicate traffic |
240 | 259 | ||
241 | config USB_NET_PLUSB | 260 | config USB_NET_PLUSB |
242 | tristate "Prolific PL-2301/2302 based cables" | 261 | tristate "Prolific PL-2301/2302/25A1 based cables" |
243 | # if the handshake/init/reset problems, from original 'plusb', | 262 | # if the handshake/init/reset problems, from original 'plusb', |
244 | # are ever resolved ... then remove "experimental" | 263 | # are ever resolved ... then remove "experimental" |
245 | depends on USB_USBNET && EXPERIMENTAL | 264 | depends on USB_USBNET && EXPERIMENTAL |
@@ -358,6 +377,24 @@ config USB_NET_ZAURUS | |||
358 | really need this non-conformant variant of CDC Ethernet (or in | 377 | really need this non-conformant variant of CDC Ethernet (or in |
359 | some cases CDC MDLM) protocol, not "g_ether". | 378 | some cases CDC MDLM) protocol, not "g_ether". |
360 | 379 | ||
380 | config USB_NET_CX82310_ETH | ||
381 | tristate "Conexant CX82310 USB ethernet port" | ||
382 | depends on USB_USBNET | ||
383 | help | ||
384 | Choose this option if you're using a Conexant CX82310-based ADSL | ||
385 | router with USB ethernet port. This driver is for routers only, | ||
386 | it will not work with ADSL modems (use cxacru driver instead). | ||
387 | |||
388 | config USB_NET_KALMIA | ||
389 | tristate "Samsung Kalmia based LTE USB modem" | ||
390 | depends on USB_USBNET | ||
391 | help | ||
392 | Choose this option if you have a Samsung Kalmia based USB modem | ||
393 | as Samsung GT-B3730. | ||
394 | |||
395 | To compile this driver as a module, choose M here: the | ||
396 | module will be called kalmia. | ||
397 | |||
361 | config USB_HSO | 398 | config USB_HSO |
362 | tristate "Option USB High Speed Mobile Devices" | 399 | tristate "Option USB High Speed Mobile Devices" |
363 | depends on USB && RFKILL | 400 | depends on USB && RFKILL |
@@ -406,4 +443,19 @@ config USB_SIERRA_NET | |||
406 | To compile this driver as a module, choose M here: the | 443 | To compile this driver as a module, choose M here: the |
407 | module will be called sierra_net. | 444 | module will be called sierra_net. |
408 | 445 | ||
446 | config USB_VL600 | ||
447 | tristate "LG VL600 modem dongle" | ||
448 | depends on USB_NET_CDCETHER | ||
449 | select USB_ACM | ||
450 | help | ||
451 | Select this if you want to use an LG Electronics 4G/LTE usb modem | ||
452 | called VL600. This driver only handles the ethernet | ||
453 | interface exposed by the modem firmware. To establish a connection | ||
454 | you will first need a userspace program that sends the right | ||
455 | command to the modem through its CDC ACM port, and most | ||
456 | likely also a DHCP client. See this thread about using the | ||
457 | 4G modem from Verizon: | ||
458 | |||
459 | http://ubuntuforums.org/showpost.php?p=10589647&postcount=17 | ||
460 | |||
409 | endmenu | 461 | endmenu |