xref: /linux/drivers/net/usb/Kconfig (revision 8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
25b2fc499SJeff Garzik#
35b2fc499SJeff Garzik# USB Network devices configuration
45b2fc499SJeff Garzik#
51bb5a356SFrancois Romieucomment "Host-side USB support is needed for USB Network Adapter support"
61bb5a356SFrancois Romieu	depends on !USB && NET
75b2fc499SJeff Garzik
81bb5a356SFrancois Romieumenuconfig USB_NET_DRIVERS
9269f8cb2SFrancois Romieu	tristate "USB Network Adapters"
10269f8cb2SFrancois Romieu	default USB if USB
115b2fc499SJeff Garzik	depends on USB && NET
125b2fc499SJeff Garzik
131bb5a356SFrancois Romieuif USB_NET_DRIVERS
141bb5a356SFrancois Romieu
155b2fc499SJeff Garzikconfig USB_CATC
167d6bce7aSKees Cook	tristate "USB CATC NetMate-based Ethernet device support"
175b2fc499SJeff Garzik	select CRC32
18a7f7f624SMasahiro Yamada	help
195b2fc499SJeff Garzik	  Say Y if you want to use one of the following 10Mbps USB Ethernet
205b2fc499SJeff Garzik	  device based on the EL1210A chip. Supported devices are:
215b2fc499SJeff Garzik	  Belkin F5U011
225b2fc499SJeff Garzik	  Belkin F5U111
235b2fc499SJeff Garzik	  CATC NetMate
245b2fc499SJeff Garzik	  CATC NetMate II
255b2fc499SJeff Garzik	  smartBridges smartNIC
265b2fc499SJeff Garzik
275b2fc499SJeff Garzik	  This driver makes the adapter appear as a normal Ethernet interface,
285b2fc499SJeff Garzik	  typically on eth0, if it is the only ethernet device, or perhaps on
295b2fc499SJeff Garzik	  eth1, if you have a PCI or ISA ethernet card installed.
305b2fc499SJeff Garzik
315b2fc499SJeff Garzik	  To compile this driver as a module, choose M here: the
325b2fc499SJeff Garzik	  module will be called catc.
335b2fc499SJeff Garzik
345b2fc499SJeff Garzikconfig USB_KAWETH
355b2fc499SJeff Garzik	tristate "USB KLSI KL5USB101-based ethernet device support"
36a7f7f624SMasahiro Yamada	help
375b2fc499SJeff Garzik	  Say Y here if you want to use one of the following 10Mbps only
385b2fc499SJeff Garzik	  USB Ethernet adapters based on the KLSI KL5KUSB101B chipset:
395b2fc499SJeff Garzik	  3Com 3C19250
405b2fc499SJeff Garzik	  ADS USB-10BT
415b2fc499SJeff Garzik	  ATEN USB Ethernet
425b2fc499SJeff Garzik	  ASANTE USB To Ethernet Adapter
435b2fc499SJeff Garzik	  AOX Endpoints USB Ethernet
445b2fc499SJeff Garzik	  Correga K.K.
455b2fc499SJeff Garzik	  D-Link DSB-650C and DU-E10
465b2fc499SJeff Garzik	  Entrega / Portgear E45
475b2fc499SJeff Garzik	  I-O DATA USB-ET/T
485b2fc499SJeff Garzik	  Jaton USB Ethernet Device Adapter
495b2fc499SJeff Garzik	  Kingston Technology USB Ethernet Adapter
505b2fc499SJeff Garzik	  Linksys USB10T
515b2fc499SJeff Garzik	  Mobility USB-Ethernet Adapter
525b2fc499SJeff Garzik	  NetGear EA-101
535b2fc499SJeff Garzik	  Peracom Enet and Enet2
545b2fc499SJeff Garzik	  Portsmith Express Ethernet Adapter
555b2fc499SJeff Garzik	  Shark Pocket Adapter
565b2fc499SJeff Garzik	  SMC 2202USB
575b2fc499SJeff Garzik	  Sony Vaio port extender
585b2fc499SJeff Garzik
595b2fc499SJeff Garzik	  This driver is likely to work with most 10Mbps only USB Ethernet
605b2fc499SJeff Garzik	  adapters, including some "no brand" devices. It does NOT work on
615b2fc499SJeff Garzik	  SmartBridges smartNIC or on Belkin F5U111 devices - you should use
625b2fc499SJeff Garzik	  the CATC NetMate driver for those. If you are not sure which one
635b2fc499SJeff Garzik	  you need, select both, and the correct one should be selected for
645b2fc499SJeff Garzik	  you.
655b2fc499SJeff Garzik
665b2fc499SJeff Garzik	  This driver makes the adapter appear as a normal Ethernet interface,
675b2fc499SJeff Garzik	  typically on eth0, if it is the only ethernet device, or perhaps on
685b2fc499SJeff Garzik	  eth1, if you have a PCI or ISA ethernet card installed.
695b2fc499SJeff Garzik
705b2fc499SJeff Garzik	  To compile this driver as a module, choose M here: the
715b2fc499SJeff Garzik	  module will be called kaweth.
725b2fc499SJeff Garzik
735b2fc499SJeff Garzikconfig USB_PEGASUS
745b2fc499SJeff Garzik	tristate "USB Pegasus/Pegasus-II based ethernet device support"
755b2fc499SJeff Garzik	select MII
76a7f7f624SMasahiro Yamada	help
775b2fc499SJeff Garzik	  Say Y here if you know you have Pegasus or Pegasus-II based adapter.
78582fe6fbSCal Peake	  If in doubt then look at <file:drivers/net/usb/pegasus.h> for the
795b2fc499SJeff Garzik	  complete list of supported devices.
805b2fc499SJeff Garzik
815b2fc499SJeff Garzik	  If your particular adapter is not in the list and you are _sure_ it
825b2fc499SJeff Garzik	  is Pegasus or Pegasus II based then send me
835b2fc499SJeff Garzik	  <petkan@users.sourceforge.net> vendor and device IDs.
845b2fc499SJeff Garzik
855b2fc499SJeff Garzik	  To compile this driver as a module, choose M here: the
865b2fc499SJeff Garzik	  module will be called pegasus.
875b2fc499SJeff Garzik
885b2fc499SJeff Garzikconfig USB_RTL8150
897d6bce7aSKees Cook	tristate "USB RTL8150 based ethernet device support"
905b2fc499SJeff Garzik	select MII
915b2fc499SJeff Garzik	help
925b2fc499SJeff Garzik	  Say Y here if you have RTL8150 based usb-ethernet adapter.
935b2fc499SJeff Garzik	  Send me <petkan@users.sourceforge.net> any comments you may have.
945b2fc499SJeff Garzik	  You can also check for updates at <http://pegasus2.sourceforge.net/>.
955b2fc499SJeff Garzik
965b2fc499SJeff Garzik	  To compile this driver as a module, choose M here: the
975b2fc499SJeff Garzik	  module will be called rtl8150.
985b2fc499SJeff Garzik
99ac718b69Shayeswangconfig USB_RTL8152
10044d942a9Shayeswang	tristate "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters"
101ac718b69Shayeswang	select MII
10217206c11SAndrew Lunn	select PHYLIB
1039973a430SVegard Nossum	select CRC32
1047a4f15caSEric Biggers	select CRYPTO_LIB_SHA256
105ac718b69Shayeswang	help
106ac718b69Shayeswang	  This option adds support for Realtek RTL8152 based USB 2.0
10744d942a9Shayeswang	  10/100 Ethernet adapters and RTL8153 based USB 3.0 10/100/1000
10844d942a9Shayeswang	  Ethernet adapters.
109ac718b69Shayeswang
110ac718b69Shayeswang	  To compile this driver as a module, choose M here: the
111ac718b69Shayeswang	  module will be called r8152.
112ac718b69Shayeswang
11355d7de9dSWoojung.Huh@microchip.comconfig USB_LAN78XX
11455d7de9dSWoojung.Huh@microchip.com	tristate "Microchip LAN78XX Based USB Ethernet Adapters"
11555d7de9dSWoojung.Huh@microchip.com	select MII
116*e110bc82SOleksij Rempel	select PHYLINK
11705fe68c0SWoojung.Huh@microchip.com	select MICROCHIP_PHY
11846393d61SVegard Nossum	select CRC32
11955d7de9dSWoojung.Huh@microchip.com	help
12055d7de9dSWoojung.Huh@microchip.com	  This option adds support for Microchip LAN78XX based USB 2
12155d7de9dSWoojung.Huh@microchip.com	  & USB 3 10/100/1000 Ethernet adapters.
12202dc1f3dSWoojung Huh	  LAN7800 : USB 3 to 10/100/1000 Ethernet adapter
12302dc1f3dSWoojung Huh	  LAN7850 : USB 2 to 10/100/1000 Ethernet adapter
12402dc1f3dSWoojung Huh	  LAN7801 : USB 3 to 10/100/1000 Ethernet adapter (MAC only)
12502dc1f3dSWoojung Huh
12602dc1f3dSWoojung Huh	  Proper PHY driver is required for LAN7801.
12755d7de9dSWoojung.Huh@microchip.com
12855d7de9dSWoojung.Huh@microchip.com	  To compile this driver as a module, choose M here: the
12955d7de9dSWoojung.Huh@microchip.com	  module will be called lan78xx.
13055d7de9dSWoojung.Huh@microchip.com
1315b2fc499SJeff Garzikconfig USB_USBNET
1325b2fc499SJeff Garzik	tristate "Multi-purpose USB Networking Framework"
1334aa92cd9SAdrian Bunk	select MII
134a7f7f624SMasahiro Yamada	help
1355b2fc499SJeff Garzik	  This driver supports several kinds of network links over USB,
1365b2fc499SJeff Garzik	  with "minidrivers" built around a common network driver core
1375b2fc499SJeff Garzik	  that supports deep queues for efficient transfers.  (This gives
1385b2fc499SJeff Garzik	  better performance with small packets and at high speeds).
1395b2fc499SJeff Garzik
1405b2fc499SJeff Garzik	  The USB host runs "usbnet", and the other end of the link might be:
1415b2fc499SJeff Garzik
1425b2fc499SJeff Garzik	  - Another USB host, when using USB "network" or "data transfer"
1435b2fc499SJeff Garzik	    cables.  These are often used to network laptops to PCs, like
1445b2fc499SJeff Garzik	    "Laplink" parallel cables or some motherboards.  These rely
1455b2fc499SJeff Garzik	    on specialized chips from many suppliers.
1465b2fc499SJeff Garzik
1475b2fc499SJeff Garzik	  - An intelligent USB gadget, perhaps embedding a Linux system.
1485b2fc499SJeff Garzik	    These include PDAs running Linux (iPaq, Yopy, Zaurus, and
1495b2fc499SJeff Garzik	    others), and devices that interoperate using the standard
1505b2fc499SJeff Garzik	    CDC-Ethernet specification (including many cable modems).
1515b2fc499SJeff Garzik
1525b2fc499SJeff Garzik	  - Network adapter hardware (like those for 10/100 Ethernet) which
1535b2fc499SJeff Garzik	    uses this driver framework.
1545b2fc499SJeff Garzik
1555b2fc499SJeff Garzik	  The link will appear with a name like "usb0", when the link is
1565b2fc499SJeff Garzik	  a two-node link, or "eth0" for most CDC-Ethernet devices.  Those
1575b2fc499SJeff Garzik	  two-node links are most easily managed with Ethernet Bridging
1585b2fc499SJeff Garzik	  (CONFIG_BRIDGE) instead of routing.
1595b2fc499SJeff Garzik
1605b2fc499SJeff Garzik	  For more information see <http://www.linux-usb.org/usbnet/>.
1615b2fc499SJeff Garzik
1625b2fc499SJeff Garzik	  To compile this driver as a module, choose M here: the
1635b2fc499SJeff Garzik	  module will be called usbnet.
1645b2fc499SJeff Garzik
1655b2fc499SJeff Garzikconfig USB_NET_AX8817X
1665b2fc499SJeff Garzik	tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
167c6cbcad1SMike Frysinger	depends on USB_USBNET
1685b2fc499SJeff Garzik	select CRC32
169e0bffe3eSOleksij Rempel	select PHYLINK
170dde25846SOleksij Rempel	select AX88796B_PHY
17134a1dee6SOleksij Rempel	imply NET_SELFTESTS
1725b2fc499SJeff Garzik	default y
1735b2fc499SJeff Garzik	help
1745b2fc499SJeff Garzik	  This option adds support for ASIX AX88xxx based USB 2.0
1755b2fc499SJeff Garzik	  10/100 Ethernet adapters.
1765b2fc499SJeff Garzik
1775b2fc499SJeff Garzik	  This driver should work with at least the following devices:
1785b2fc499SJeff Garzik	    * Aten UC210T
1795b2fc499SJeff Garzik	    * ASIX AX88172
1805b2fc499SJeff Garzik	    * Billionton Systems, USB2AR
18180083a3cSChia-Sheng Chang	    * Billionton Systems, GUSB2AM-1G-B
1825b2fc499SJeff Garzik	    * Buffalo LUA-U2-KTX
1835b2fc499SJeff Garzik	    * Corega FEther USB2-TX
1845b2fc499SJeff Garzik	    * D-Link DUB-E100
1855b2fc499SJeff Garzik	    * Hawking UF200
1865b2fc499SJeff Garzik	    * Linksys USB200M
1875b2fc499SJeff Garzik	    * Netgear FA120
1885b2fc499SJeff Garzik	    * Sitecom LN-029
1897488c3e3SLuca Ceresoli	    * Sitecom LN-028
1905b2fc499SJeff Garzik	    * Intellinet USB 2.0 Ethernet
1915b2fc499SJeff Garzik	    * ST Lab USB 2.0 Ethernet
1925b2fc499SJeff Garzik	    * TrendNet TU2-ET100
1935b2fc499SJeff Garzik
1945b2fc499SJeff Garzik	  This driver creates an interface named "ethX", where X depends on
1955b2fc499SJeff Garzik	  what other networking devices you have in use.
1965b2fc499SJeff Garzik
197e2ca90c2SFreddy Xinconfig USB_NET_AX88179_178A
198e2ca90c2SFreddy Xin	tristate "ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet"
199e2ca90c2SFreddy Xin	depends on USB_USBNET
200e2ca90c2SFreddy Xin	select CRC32
201e2ca90c2SFreddy Xin	select PHYLIB
202e2ca90c2SFreddy Xin	default y
203e2ca90c2SFreddy Xin	help
204e2ca90c2SFreddy Xin	  This option adds support for ASIX AX88179 based USB 3.0/2.0
205e2ca90c2SFreddy Xin	  to Gigabit Ethernet adapters.
206e2ca90c2SFreddy Xin
207e2ca90c2SFreddy Xin	  This driver should work with at least the following devices:
208e2ca90c2SFreddy Xin	    * ASIX AX88179
209e2ca90c2SFreddy Xin	    * ASIX AX88178A
210e2ca90c2SFreddy Xin	    * Sitcomm LN-032
211e2ca90c2SFreddy Xin
212e2ca90c2SFreddy Xin	  This driver creates an interface named "ethX", where X depends on
213e2ca90c2SFreddy Xin	  what other networking devices you have in use.
214e2ca90c2SFreddy Xin
2155b2fc499SJeff Garzikconfig USB_NET_CDCETHER
2165b2fc499SJeff Garzik	tristate "CDC Ethernet support (smart devices such as cable modems)"
2175b2fc499SJeff Garzik	depends on USB_USBNET
2185b2fc499SJeff Garzik	default y
2195b2fc499SJeff Garzik	help
2205b2fc499SJeff Garzik	  This option supports devices conforming to the Communication Device
2215b2fc499SJeff Garzik	  Class (CDC) Ethernet Control Model, a specification that's easy to
2225b2fc499SJeff Garzik	  implement in device firmware.  The CDC specifications are available
2235b2fc499SJeff Garzik	  from <http://www.usb.org/>.
2245b2fc499SJeff Garzik
2255b2fc499SJeff Garzik	  CDC Ethernet is an implementation option for DOCSIS cable modems
2265b2fc499SJeff Garzik	  that support USB connectivity, used for non-Microsoft USB hosts.
2275b2fc499SJeff Garzik	  The Linux-USB CDC Ethernet Gadget driver is an open implementation.
2285b2fc499SJeff Garzik	  This driver should work with at least the following devices:
2295b2fc499SJeff Garzik
23068924920SJonas Sjöquist	    * Dell Wireless 5530 HSPA
2315b2fc499SJeff Garzik	    * Ericsson PipeRider (all variants)
23268924920SJonas Sjöquist	    * Ericsson Mobile Broadband Module (all variants)
2335b2fc499SJeff Garzik	    * Motorola (DM100 and SB4100)
2345b2fc499SJeff Garzik	    * Broadcom Cable Modem (reference design)
2353a19d56cSTorgny Johansson	    * Toshiba (PCX1100U and F3507g/F3607gw)
2365b2fc499SJeff Garzik	    * ...
2375b2fc499SJeff Garzik
2385b2fc499SJeff Garzik	  This driver creates an interface named "ethX", where X depends on
2395b2fc499SJeff Garzik	  what other networking devices you have in use.  However, if the
2405b2fc499SJeff Garzik	  IEEE 802 "local assignment" bit is set in the address, a "usbX"
2415b2fc499SJeff Garzik	  name is used instead.
2425b2fc499SJeff Garzik
2439f722c09SOmar Laazimaniconfig USB_NET_CDC_EEM
2449f722c09SOmar Laazimani	tristate "CDC EEM support"
2457d6bce7aSKees Cook	depends on USB_USBNET
2469f722c09SOmar Laazimani	help
2479f722c09SOmar Laazimani	  This option supports devices conforming to the Communication Device
2489f722c09SOmar Laazimani	  Class (CDC) Ethernet Emulation Model, a specification that's easy to
2499f722c09SOmar Laazimani	  implement in device firmware.  The CDC EEM specifications are available
2509f722c09SOmar Laazimani	  from <http://www.usb.org/>.
2519f722c09SOmar Laazimani
2529f722c09SOmar Laazimani	  This driver creates an interface named "ethX", where X depends on
2539f722c09SOmar Laazimani	  what other networking devices you have in use.  However, if the
2549f722c09SOmar Laazimani	  IEEE 802 "local assignment" bit is set in the address, a "usbX"
2559f722c09SOmar Laazimani	  name is used instead.
2569f722c09SOmar Laazimani
257900d495aSAlexey Orishkoconfig USB_NET_CDC_NCM
258900d495aSAlexey Orishko	tristate "CDC NCM support"
259900d495aSAlexey Orishko	depends on USB_USBNET
2605fd99b5dSYueHaibing	select USB_NET_CDCETHER
261900d495aSAlexey Orishko	default y
262900d495aSAlexey Orishko	help
263900d495aSAlexey Orishko	  This driver provides support for CDC NCM (Network Control Model
264900d495aSAlexey Orishko	  Device USB Class Specification). The CDC NCM specification is
265900d495aSAlexey Orishko	  available from <http://www.usb.org/>.
266900d495aSAlexey Orishko
267900d495aSAlexey Orishko	  Say "y" to link the driver statically, or "m" to build a
268900d495aSAlexey Orishko	  dynamically linked module.
269900d495aSAlexey Orishko
270900d495aSAlexey Orishko	  This driver should work with at least the following devices:
271900d495aSAlexey Orishko	    * ST-Ericsson M700 LTE FDD/TDD Mobile Broadband Modem (ref. design)
272900d495aSAlexey Orishko	    * ST-Ericsson M5730 HSPA+ Mobile Broadband Modem (reference design)
273900d495aSAlexey Orishko	    * ST-Ericsson M570 HSPA+ Mobile Broadband Modem (reference design)
274900d495aSAlexey Orishko	    * ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design)
275900d495aSAlexey Orishko	    * Ericsson F5521gw Mobile Broadband Module
276900d495aSAlexey Orishko
27741c47d8cSEnrico Miosoconfig USB_NET_HUAWEI_CDC_NCM
27841c47d8cSEnrico Mioso	tristate "Huawei NCM embedded AT channel support"
27941c47d8cSEnrico Mioso	depends on USB_USBNET
28041c47d8cSEnrico Mioso	select USB_WDM
28141c47d8cSEnrico Mioso	select USB_NET_CDC_NCM
28241c47d8cSEnrico Mioso	help
28341c47d8cSEnrico Mioso		This driver supports huawei-style NCM devices, that use NCM as a
28441c47d8cSEnrico Mioso		transport for other protocols, usually an embedded AT channel.
28541c47d8cSEnrico Mioso		Good examples are:
28641c47d8cSEnrico Mioso		* Huawei E3131
28741c47d8cSEnrico Mioso		* Huawei E3251
28841c47d8cSEnrico Mioso
28941c47d8cSEnrico Mioso		To compile this driver as a module, choose M here: the module will be
29041c47d8cSEnrico Mioso		called huawei_cdc_ncm.ko.
29141c47d8cSEnrico Mioso
2929084ccf9SBjørn Morkconfig USB_NET_CDC_MBIM
2939084ccf9SBjørn Mork	tristate "CDC MBIM support"
2949084ccf9SBjørn Mork	depends on USB_USBNET
2959084ccf9SBjørn Mork	select USB_WDM
2969084ccf9SBjørn Mork	select USB_NET_CDC_NCM
2979084ccf9SBjørn Mork	help
2989084ccf9SBjørn Mork	  This driver provides support for CDC MBIM (Mobile Broadband
2999084ccf9SBjørn Mork	  Interface Model) devices. The CDC MBIM specification is
3009084ccf9SBjørn Mork	  available from <http://www.usb.org/>.
3019084ccf9SBjørn Mork
3029084ccf9SBjørn Mork	  MBIM devices require configuration using the management
3039084ccf9SBjørn Mork	  protocol defined by the MBIM specification.  This driver
3049084ccf9SBjørn Mork	  provides unfiltered access to the MBIM control channel
3059084ccf9SBjørn Mork	  through the associated /dev/cdc-wdmx character device.
3069084ccf9SBjørn Mork
3079084ccf9SBjørn Mork	  To compile this driver as a module, choose M here: the
3089084ccf9SBjørn Mork	  module will be called cdc_mbim.
3099084ccf9SBjørn Mork
3105b2fc499SJeff Garzikconfig USB_NET_DM9601
311cabd0e3aSPeter Korsgaard	tristate "Davicom DM96xx based USB 10/100 ethernet devices"
3125b2fc499SJeff Garzik	depends on USB_USBNET
3135b2fc499SJeff Garzik	select CRC32
3145b2fc499SJeff Garzik	help
315cabd0e3aSPeter Korsgaard	  This option adds support for Davicom DM9601/DM9620/DM9621A
316cabd0e3aSPeter Korsgaard	  based USB 10/100 Ethernet adapters.
3175b2fc499SJeff Garzik
318c9b37458SLiu Junliangconfig USB_NET_SR9700
319c9b37458SLiu Junliang	tristate "CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices"
320c9b37458SLiu Junliang	depends on USB_USBNET
321c9b37458SLiu Junliang	select CRC32
322c9b37458SLiu Junliang	help
323c9b37458SLiu Junliang	  This option adds support for CoreChip-sz SR9700 based USB 1.1
324c9b37458SLiu Junliang	  10/100 Ethernet adapters.
325c9b37458SLiu Junliang
32619a38d8eSLiu Junliangconfig USB_NET_SR9800
32719a38d8eSLiu Junliang	tristate "CoreChip-sz SR9800 based USB 2.0 10/100 ethernet devices"
32819a38d8eSLiu Junliang	depends on USB_USBNET
32919a38d8eSLiu Junliang	select CRC32
330a7f7f624SMasahiro Yamada	help
33119a38d8eSLiu Junliang	  Say Y if you want to use one of the following 100Mbps USB Ethernet
33219a38d8eSLiu Junliang	  device based on the CoreChip-sz SR9800 chip.
33319a38d8eSLiu Junliang
33419a38d8eSLiu Junliang	  This driver makes the adapter appear as a normal Ethernet interface,
33519a38d8eSLiu Junliang	  typically on eth0, if it is the only ethernet device, or perhaps on
33619a38d8eSLiu Junliang	  eth1, if you have a PCI or ISA ethernet card installed.
33719a38d8eSLiu Junliang
33819a38d8eSLiu Junliang	  To compile this driver as a module, choose M here: the
33919a38d8eSLiu Junliang	  module will be called sr9800.
34019a38d8eSLiu Junliang
341d0cad871SSteve Glendinningconfig USB_NET_SMSC75XX
342d0cad871SSteve Glendinning	tristate "SMSC LAN75XX based USB 2.0 gigabit ethernet devices"
343d0cad871SSteve Glendinning	depends on USB_USBNET
344899a391bSSteve Glendinning	select BITREVERSE
345899a391bSSteve Glendinning	select CRC16
346d0cad871SSteve Glendinning	select CRC32
347d0cad871SSteve Glendinning	help
3481e731cb9SRobert de Vries	  This option adds support for SMSC LAN75XX based USB 2.0
349d0cad871SSteve Glendinning	  Gigabit Ethernet adapters.
350d0cad871SSteve Glendinning
3512f7ca802SSteve Glendinningconfig USB_NET_SMSC95XX
3522f7ca802SSteve Glendinning	tristate "SMSC LAN95XX based USB 2.0 10/100 ethernet devices"
3532f7ca802SSteve Glendinning	depends on USB_USBNET
35405b35e7eSAndre Edich	select PHYLIB
35505b35e7eSAndre Edich	select SMSC_PHY
356bbd9f9eeSSteve Glendinning	select BITREVERSE
357bbd9f9eeSSteve Glendinning	select CRC16
3582f7ca802SSteve Glendinning	select CRC32
3591710b52dSOleksij Rempel	imply NET_SELFTESTS
3602f7ca802SSteve Glendinning	help
3612f7ca802SSteve Glendinning	  This option adds support for SMSC LAN95XX based USB 2.0
3622f7ca802SSteve Glendinning	  10/100 Ethernet adapters.
3632f7ca802SSteve Glendinning
3645b2fc499SJeff Garzikconfig USB_NET_GL620A
3655b2fc499SJeff Garzik	tristate "GeneSys GL620USB-A based cables"
3665b2fc499SJeff Garzik	depends on USB_USBNET
3675b2fc499SJeff Garzik	help
3685b2fc499SJeff Garzik	  Choose this option if you're using a host-to-host cable,
3695b2fc499SJeff Garzik	  or PC2PC motherboard, with this chip.
3705b2fc499SJeff Garzik
3715b2fc499SJeff Garzik	  Note that the half-duplex "GL620USB" is not supported.
3725b2fc499SJeff Garzik
3735b2fc499SJeff Garzikconfig USB_NET_NET1080
3745b2fc499SJeff Garzik	tristate "NetChip 1080 based cables (Laplink, ...)"
3755b2fc499SJeff Garzik	default y
3765b2fc499SJeff Garzik	depends on USB_USBNET
3775b2fc499SJeff Garzik	help
3785b2fc499SJeff Garzik	  Choose this option if you're using a host-to-host cable based
3795b2fc499SJeff Garzik	  on this design:  one NetChip 1080 chip and supporting logic,
3805b2fc499SJeff Garzik	  optionally with LEDs that indicate traffic
3815b2fc499SJeff Garzik
3825b2fc499SJeff Garzikconfig USB_NET_PLUSB
3836f2aee0cSRoman Spychała	tristate "Prolific PL-2301/2302/25A1/27A1 based cables"
3845b2fc499SJeff Garzik	# if the handshake/init/reset problems, from original 'plusb',
3855b2fc499SJeff Garzik	# are ever resolved ... then remove "experimental"
3867d6bce7aSKees Cook	depends on USB_USBNET
3875b2fc499SJeff Garzik	help
3885b2fc499SJeff Garzik	  Choose this option if you're using a host-to-host cable
3895b2fc499SJeff Garzik	  with one of these chips.
3905b2fc499SJeff Garzik
3915b2fc499SJeff Garzikconfig USB_NET_MCS7830
3925b2fc499SJeff Garzik	tristate "MosChip MCS7830 based Ethernet adapters"
3935b2fc499SJeff Garzik	depends on USB_USBNET
3945b2fc499SJeff Garzik	help
3955b2fc499SJeff Garzik	  Choose this option if you're using a 10/100 Ethernet USB2
3965b2fc499SJeff Garzik	  adapter based on the MosChip 7830 controller. This includes
3975b2fc499SJeff Garzik	  adapters marketed under the DeLOCK brand.
3985b2fc499SJeff Garzik
3995b2fc499SJeff Garzikconfig USB_NET_RNDIS_HOST
4007d6bce7aSKees Cook	tristate "Host for RNDIS and ActiveSync devices"
4017d6bce7aSKees Cook	depends on USB_USBNET
4025b2fc499SJeff Garzik	select USB_NET_CDCETHER
4035b2fc499SJeff Garzik	help
4045b2fc499SJeff Garzik	  This option enables hosting "Remote NDIS" USB networking links,
4055b2fc499SJeff Garzik	  as encouraged by Microsoft (instead of CDC Ethernet!) for use in
4065b2fc499SJeff Garzik	  various devices that may only support this protocol.  A variant
4075b2fc499SJeff Garzik	  of this protocol (with even less public documentation) seems to
4085b2fc499SJeff Garzik	  be at the root of Microsoft's "ActiveSync" too.
4095b2fc499SJeff Garzik
4105b2fc499SJeff Garzik	  Avoid using this protocol unless you have no better options.
4115b2fc499SJeff Garzik	  The protocol specification is incomplete, and is controlled by
4125b2fc499SJeff Garzik	  (and for) Microsoft; it isn't an "Open" ecosystem or market.
4135b2fc499SJeff Garzik
414f3bb2376SArnd Bergmannconfig USB_NET_CDC_SUBSET_ENABLE
415f3bb2376SArnd Bergmann	tristate
416f3bb2376SArnd Bergmann	depends on USB_NET_CDC_SUBSET
417f3bb2376SArnd Bergmann
4185b2fc499SJeff Garzikconfig USB_NET_CDC_SUBSET
4195b2fc499SJeff Garzik	tristate "Simple USB Network Links (CDC Ethernet subset)"
4205b2fc499SJeff Garzik	depends on USB_USBNET
4215b2fc499SJeff Garzik	default y
4225b2fc499SJeff Garzik	help
4235b2fc499SJeff Garzik	  This driver module supports USB network devices that can work
4245b2fc499SJeff Garzik	  without any device-specific information.  Select it if you have
4255b2fc499SJeff Garzik	  one of these drivers.
4265b2fc499SJeff Garzik
4275b2fc499SJeff Garzik	  Note that while many USB host-to-host cables can work in this mode,
4285b2fc499SJeff Garzik	  that may mean not being able to talk to Win32 systems or more
4295b2fc499SJeff Garzik	  commonly not being able to handle certain events (like replugging
4305b2fc499SJeff Garzik	  the host on the other end) very well.  Also, these devices will
4315b2fc499SJeff Garzik	  not generally have permanently assigned Ethernet addresses.
4325b2fc499SJeff Garzik
4335b2fc499SJeff Garzikconfig USB_ALI_M5632
4346341e62bSChristoph Jaeger	bool "ALi M5632 based 'USB 2.0 Data Link' cables"
4355b2fc499SJeff Garzik	depends on USB_NET_CDC_SUBSET
436f3bb2376SArnd Bergmann	select USB_NET_CDC_SUBSET_ENABLE
4375b2fc499SJeff Garzik	help
4385b2fc499SJeff Garzik	  Choose this option if you're using a host-to-host cable
4395b2fc499SJeff Garzik	  based on this design, which supports USB 2.0 high speed.
4405b2fc499SJeff Garzik
4415b2fc499SJeff Garzikconfig USB_AN2720
4426341e62bSChristoph Jaeger	bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)"
4435b2fc499SJeff Garzik	depends on USB_NET_CDC_SUBSET
444f3bb2376SArnd Bergmann	select USB_NET_CDC_SUBSET_ENABLE
4455b2fc499SJeff Garzik	help
4465b2fc499SJeff Garzik	  Choose this option if you're using a host-to-host cable
4475b2fc499SJeff Garzik	  based on this design.  Note that AnchorChips is now a
4485b2fc499SJeff Garzik	  Cypress brand.
4495b2fc499SJeff Garzik
4505b2fc499SJeff Garzikconfig USB_BELKIN
4516341e62bSChristoph Jaeger	bool "eTEK based host-to-host cables (Advance, Belkin, ...)"
4525b2fc499SJeff Garzik	depends on USB_NET_CDC_SUBSET
453f3bb2376SArnd Bergmann	select USB_NET_CDC_SUBSET_ENABLE
4545b2fc499SJeff Garzik	default y
4555b2fc499SJeff Garzik	help
4565b2fc499SJeff Garzik	  Choose this option if you're using a host-to-host cable
4575b2fc499SJeff Garzik	  based on this design:  two NetChip 2890 chips and an Atmel
4585b2fc499SJeff Garzik	  microcontroller, with LEDs that indicate traffic.
4595b2fc499SJeff Garzik
4605b2fc499SJeff Garzikconfig USB_ARMLINUX
4616341e62bSChristoph Jaeger	bool "Embedded ARM Linux links (iPaq, ...)"
4625b2fc499SJeff Garzik	depends on USB_NET_CDC_SUBSET
463f3bb2376SArnd Bergmann	select USB_NET_CDC_SUBSET_ENABLE
4645b2fc499SJeff Garzik	default y
4655b2fc499SJeff Garzik	help
4665b2fc499SJeff Garzik	  Choose this option to support the "usb-eth" networking driver
4675b2fc499SJeff Garzik	  used by most of the ARM Linux community with device controllers
4685b2fc499SJeff Garzik	  such as the SA-11x0 and PXA-25x UDCs, or the tftp capabilities
4695b2fc499SJeff Garzik	  in some PXA versions of the "blob" boot loader.
4705b2fc499SJeff Garzik
4715b2fc499SJeff Garzik	  Linux-based "Gumstix" PXA-25x based systems use this protocol
4725b2fc499SJeff Garzik	  to talk with other Linux systems.
4735b2fc499SJeff Garzik
4745b2fc499SJeff Garzik	  Although the ROMs shipped with Sharp Zaurus products use a
4755b2fc499SJeff Garzik	  different link level framing protocol, you can have them use
4765b2fc499SJeff Garzik	  this simpler protocol by installing a different kernel.
4775b2fc499SJeff Garzik
4785b2fc499SJeff Garzikconfig USB_EPSON2888
4796341e62bSChristoph Jaeger	bool "Epson 2888 based firmware (DEVELOPMENT)"
4805b2fc499SJeff Garzik	depends on USB_NET_CDC_SUBSET
481f3bb2376SArnd Bergmann	select USB_NET_CDC_SUBSET_ENABLE
4825b2fc499SJeff Garzik	help
4835b2fc499SJeff Garzik	  Choose this option to support the usb networking links used
4845b2fc499SJeff Garzik	  by some sample firmware from Epson.
4855b2fc499SJeff Garzik
4865b2fc499SJeff Garzikconfig USB_KC2190
4876341e62bSChristoph Jaeger	bool "KT Technology KC2190 based cables (InstaNet)"
4887d6bce7aSKees Cook	depends on USB_NET_CDC_SUBSET
489f3bb2376SArnd Bergmann	select USB_NET_CDC_SUBSET_ENABLE
4905b2fc499SJeff Garzik	help
491c0811987SSam Ravnborg	  Choose this option if you're using a host-to-host cable
492c0811987SSam Ravnborg	  with one of these chips.
4935b2fc499SJeff Garzik
4945b2fc499SJeff Garzikconfig USB_NET_ZAURUS
4955b2fc499SJeff Garzik	tristate "Sharp Zaurus (stock ROMs) and compatible"
4965b2fc499SJeff Garzik	depends on USB_USBNET
4975b2fc499SJeff Garzik	select USB_NET_CDCETHER
4985b2fc499SJeff Garzik	select CRC32
4995b2fc499SJeff Garzik	default y
5005b2fc499SJeff Garzik	help
5015b2fc499SJeff Garzik	  Choose this option to support the usb networking links used by
5025b2fc499SJeff Garzik	  Zaurus models like the SL-5000D, SL-5500, SL-5600, A-300, B-500.
5035b2fc499SJeff Garzik	  This also supports some related device firmware, as used in some
5045b2fc499SJeff Garzik	  PDAs from Olympus and some cell phones from Motorola.
5055b2fc499SJeff Garzik
5065b2fc499SJeff Garzik	  If you install an alternate image, such as the Linux 2.6 based
5075b2fc499SJeff Garzik	  versions of OpenZaurus, you should no longer need to support this
5085b2fc499SJeff Garzik	  protocol.  Only the "eth-fd" or "net_fd" drivers in these devices
5095b2fc499SJeff Garzik	  really need this non-conformant variant of CDC Ethernet (or in
5105b2fc499SJeff Garzik	  some cases CDC MDLM) protocol, not "g_ether".
5115b2fc499SJeff Garzik
512cc28a20eSOndrej Zaryconfig USB_NET_CX82310_ETH
513cc28a20eSOndrej Zary	tristate "Conexant CX82310 USB ethernet port"
514cc28a20eSOndrej Zary	depends on USB_USBNET
515cc28a20eSOndrej Zary	help
516cc28a20eSOndrej Zary	  Choose this option if you're using a Conexant CX82310-based ADSL
517cc28a20eSOndrej Zary	  router with USB ethernet port. This driver is for routers only,
518cc28a20eSOndrej Zary	  it will not work with ADSL modems (use cxacru driver instead).
519cc28a20eSOndrej Zary
520d4026123SMarius B. Kotsbakconfig USB_NET_KALMIA
521d4026123SMarius B. Kotsbak	tristate "Samsung Kalmia based LTE USB modem"
522d4026123SMarius B. Kotsbak	depends on USB_USBNET
523d4026123SMarius B. Kotsbak	help
524d4026123SMarius B. Kotsbak	  Choose this option if you have a Samsung Kalmia based USB modem
525d4026123SMarius B. Kotsbak	  as Samsung GT-B3730.
526d4026123SMarius B. Kotsbak
527d4026123SMarius B. Kotsbak	  To compile this driver as a module, choose M here: the
528d4026123SMarius B. Kotsbak	  module will be called kalmia.
529d4026123SMarius B. Kotsbak
5309b28ecd6SBjørn Morkconfig USB_NET_QMI_WWAN
5319b28ecd6SBjørn Mork	tristate "QMI WWAN driver for Qualcomm MSM based 3G and LTE modems"
5329b28ecd6SBjørn Mork	depends on USB_USBNET
53374cba4a8SBjørn Mork	select USB_WDM
5349b28ecd6SBjørn Mork	help
5359b28ecd6SBjørn Mork	  Support WWAN LTE/3G devices based on Qualcomm Mobile Data Modem
5369b28ecd6SBjørn Mork	  (MDM) chipsets.  Examples of such devices are
5379b28ecd6SBjørn Mork	    * Huawei E392/E398
5389b28ecd6SBjørn Mork
5399b28ecd6SBjørn Mork	  This driver will only drive the ethernet part of the chips.
5409b28ecd6SBjørn Mork	  The devices require additional configuration to be usable.
5419b28ecd6SBjørn Mork	  Multiple management interfaces with linux drivers are
5429b28ecd6SBjørn Mork	  available:
5439b28ecd6SBjørn Mork
5449b28ecd6SBjørn Mork	    * option: AT commands on /dev/ttyUSBx
5459b28ecd6SBjørn Mork	    * cdc-wdm: Qualcomm MSM Interface (QMI) protocol on /dev/cdc-wdmx
5469b28ecd6SBjørn Mork
5479b28ecd6SBjørn Mork	  A modem manager with support for QMI is recommended.
5489b28ecd6SBjørn Mork
5499b28ecd6SBjørn Mork	  To compile this driver as a module, choose M here: the
5509b28ecd6SBjørn Mork	  module will be called qmi_wwan.
5519b28ecd6SBjørn Mork
55285a73b33SDavid Brownellconfig USB_HSO
55385a73b33SDavid Brownell	tristate "Option USB High Speed Mobile Devices"
5544f73bc4dSJoe Millenbach	depends on USB && RFKILL && TTY
55585a73b33SDavid Brownell	default n
55685a73b33SDavid Brownell	help
55785a73b33SDavid Brownell	  Choose this option if you have an Option HSDPA/HSUPA card.
55885a73b33SDavid Brownell	  These cards support downlink speeds of 7.2Mbps or greater.
55985a73b33SDavid Brownell
56085a73b33SDavid Brownell	  To compile this driver as a module, choose M here: the
56185a73b33SDavid Brownell	  module will be called hso.
5625b2fc499SJeff Garzik
5634510d7cbSPeter Holikconfig USB_NET_INT51X1
5644510d7cbSPeter Holik	tristate "Intellon PLC based usb adapter"
5654510d7cbSPeter Holik	depends on USB_USBNET
5664510d7cbSPeter Holik	help
5674510d7cbSPeter Holik	  Choose this option if you're using a 14Mb USB-based PLC
5684510d7cbSPeter Holik	  (Powerline Communications) solution with an Intellon
5694510d7cbSPeter Holik	  INT51x1/INT5200 chip, like the "devolo dLan duo".
5704510d7cbSPeter Holik
57187cf6560SRémi Denis-Courmontconfig USB_CDC_PHONET
57287cf6560SRémi Denis-Courmont	tristate "CDC Phonet support"
57337d2dbcdSRandy Dunlap	depends on PHONET && USB_USBNET
57487cf6560SRémi Denis-Courmont	help
57587cf6560SRémi Denis-Courmont	  Choose this option to support the Phonet interface to a Nokia
57687cf6560SRémi Denis-Courmont	  cellular modem, as found on most Nokia handsets with the
57787cf6560SRémi Denis-Courmont	  "PC suite" USB profile.
57887cf6560SRémi Denis-Courmont
579a19259c3SDiego Giagioconfig USB_IPHETH
580a19259c3SDiego Giagio	tristate "Apple iPhone USB Ethernet driver"
581a19259c3SDiego Giagio	default n
582a7f7f624SMasahiro Yamada	help
583a19259c3SDiego Giagio	  Module used to share Internet connection (tethering) from your
5840c6e9d32SFoster Snowhill	  iPhone to your system.
5850c6e9d32SFoster Snowhill	  Note that you need a corresponding userspace library/program
5860c6e9d32SFoster Snowhill	  to pair your device with your system, for example usbmuxd
5870c6e9d32SFoster Snowhill	  <https://github.com/libimobiledevice/usbmuxd>.
588a19259c3SDiego Giagio
589eb4fd8cdSElina Pashevaconfig USB_SIERRA_NET
590eb4fd8cdSElina Pasheva	tristate "USB-to-WWAN Driver for Sierra Wireless modems"
591eb4fd8cdSElina Pasheva	depends on USB_USBNET
592eb4fd8cdSElina Pasheva	help
593eb4fd8cdSElina Pasheva	  Choose this option if you have a Sierra Wireless USB-to-WWAN device.
594eb4fd8cdSElina Pasheva
595eb4fd8cdSElina Pasheva	  To compile this driver as a module, choose M here: the
596eb4fd8cdSElina Pasheva	  module will be called sierra_net.
597eb4fd8cdSElina Pasheva
5987a635ea9SAndrzej Zaborowskiconfig USB_VL600
5997a635ea9SAndrzej Zaborowski	tristate "LG VL600 modem dongle"
6004f73bc4dSJoe Millenbach	depends on USB_NET_CDCETHER && TTY
6017a635ea9SAndrzej Zaborowski	select USB_ACM
6027a635ea9SAndrzej Zaborowski	help
6037a635ea9SAndrzej Zaborowski	  Select this if you want to use an LG Electronics 4G/LTE usb modem
6047a635ea9SAndrzej Zaborowski	  called VL600.  This driver only handles the ethernet
6057a635ea9SAndrzej Zaborowski	  interface exposed by the modem firmware.  To establish a connection
6067a635ea9SAndrzej Zaborowski	  you will first need a userspace program that sends the right
6077a635ea9SAndrzej Zaborowski	  command to the modem through its CDC ACM port, and most
6087a635ea9SAndrzej Zaborowski	  likely also a DHCP client.  See this thread about using the
6097a635ea9SAndrzej Zaborowski	  4G modem from Verizon:
6107a635ea9SAndrzej Zaborowski
6117a635ea9SAndrzej Zaborowski	  http://ubuntuforums.org/showpost.php?p=10589647&postcount=17
6127a635ea9SAndrzej Zaborowski
6134a476bd6SMatthew Garrettconfig USB_NET_CH9200
6144a476bd6SMatthew Garrett	tristate "QingHeng CH9200 USB ethernet support"
6154a476bd6SMatthew Garrett	depends on USB_USBNET
6164a476bd6SMatthew Garrett	select MII
6174a476bd6SMatthew Garrett	help
6184a476bd6SMatthew Garrett	  Choose this option if you have a USB ethernet adapter with a QinHeng
6194a476bd6SMatthew Garrett	  CH9200 chipset.
6204a476bd6SMatthew Garrett
6214a476bd6SMatthew Garrett	  To compile this driver as a module, choose M here: the
6224a476bd6SMatthew Garrett	  module will be called ch9200.
6234a476bd6SMatthew Garrett
62417364b80SDmitry Bezrukovconfig USB_NET_AQC111
62517364b80SDmitry Bezrukov	tristate "Aquantia AQtion USB to 5/2.5GbE Controllers support"
62617364b80SDmitry Bezrukov	depends on USB_USBNET
62717364b80SDmitry Bezrukov	select CRC32
62817364b80SDmitry Bezrukov	help
62917364b80SDmitry Bezrukov	  This option adds support for Aquantia AQtion USB
63017364b80SDmitry Bezrukov	  Ethernet adapters based on AQC111U/AQC112 chips.
63117364b80SDmitry Bezrukov
63217364b80SDmitry Bezrukov	  This driver should work with at least the following devices:
63317364b80SDmitry Bezrukov	  * Aquantia AQtion USB to 5GbE
63417364b80SDmitry Bezrukov
635657bc1d1SHayes Wangconfig USB_RTL8153_ECM
636f56530dcSMaciej Żenczykowski	tristate
637657bc1d1SHayes Wang	depends on USB_NET_CDCETHER && (USB_RTL8152 || USB_RTL8152=n)
638f56530dcSMaciej Żenczykowski	default y
639657bc1d1SHayes Wang	help
640657bc1d1SHayes Wang	  This option supports ECM mode for RTL8153 ethernet adapter, when
641657bc1d1SHayes Wang	  CONFIG_USB_RTL8152 is not set, or the RTL8153 device is not
642657bc1d1SHayes Wang	  supported by r8152 driver.
643657bc1d1SHayes Wang
6441bb5a356SFrancois Romieuendif # USB_NET_DRIVERS
645