Kconfig 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # USB Network devices configuration
  4. #
  5. comment "Host-side USB support is needed for USB Network Adapter support"
  6. depends on !USB && NET
  7. menuconfig USB_NET_DRIVERS
  8. tristate "USB Network Adapters"
  9. default USB if USB
  10. depends on USB && NET
  11. if USB_NET_DRIVERS
  12. config USB_CATC
  13. tristate "USB CATC NetMate-based Ethernet device support"
  14. select CRC32
  15. help
  16. Say Y if you want to use one of the following 10Mbps USB Ethernet
  17. device based on the EL1210A chip. Supported devices are:
  18. Belkin F5U011
  19. Belkin F5U111
  20. CATC NetMate
  21. CATC NetMate II
  22. smartBridges smartNIC
  23. This driver makes the adapter appear as a normal Ethernet interface,
  24. typically on eth0, if it is the only ethernet device, or perhaps on
  25. eth1, if you have a PCI or ISA ethernet card installed.
  26. To compile this driver as a module, choose M here: the
  27. module will be called catc.
  28. config USB_KAWETH
  29. tristate "USB KLSI KL5USB101-based ethernet device support"
  30. help
  31. Say Y here if you want to use one of the following 10Mbps only
  32. USB Ethernet adapters based on the KLSI KL5KUSB101B chipset:
  33. 3Com 3C19250
  34. ADS USB-10BT
  35. ATEN USB Ethernet
  36. ASANTE USB To Ethernet Adapter
  37. AOX Endpoints USB Ethernet
  38. Correga K.K.
  39. D-Link DSB-650C and DU-E10
  40. Entrega / Portgear E45
  41. I-O DATA USB-ET/T
  42. Jaton USB Ethernet Device Adapter
  43. Kingston Technology USB Ethernet Adapter
  44. Linksys USB10T
  45. Mobility USB-Ethernet Adapter
  46. NetGear EA-101
  47. Peracom Enet and Enet2
  48. Portsmith Express Ethernet Adapter
  49. Shark Pocket Adapter
  50. SMC 2202USB
  51. Sony Vaio port extender
  52. This driver is likely to work with most 10Mbps only USB Ethernet
  53. adapters, including some "no brand" devices. It does NOT work on
  54. SmartBridges smartNIC or on Belkin F5U111 devices - you should use
  55. the CATC NetMate driver for those. If you are not sure which one
  56. you need, select both, and the correct one should be selected for
  57. you.
  58. This driver makes the adapter appear as a normal Ethernet interface,
  59. typically on eth0, if it is the only ethernet device, or perhaps on
  60. eth1, if you have a PCI or ISA ethernet card installed.
  61. To compile this driver as a module, choose M here: the
  62. module will be called kaweth.
  63. config USB_PEGASUS
  64. tristate "USB Pegasus/Pegasus-II based ethernet device support"
  65. select MII
  66. help
  67. Say Y here if you know you have Pegasus or Pegasus-II based adapter.
  68. If in doubt then look at <file:drivers/net/usb/pegasus.h> for the
  69. complete list of supported devices.
  70. If your particular adapter is not in the list and you are _sure_ it
  71. is Pegasus or Pegasus II based then send me
  72. <petkan@users.sourceforge.net> vendor and device IDs.
  73. To compile this driver as a module, choose M here: the
  74. module will be called pegasus.
  75. config USB_RTL8150
  76. tristate "USB RTL8150 based ethernet device support"
  77. select MII
  78. help
  79. Say Y here if you have RTL8150 based usb-ethernet adapter.
  80. Send me <petkan@users.sourceforge.net> any comments you may have.
  81. You can also check for updates at <http://pegasus2.sourceforge.net/>.
  82. To compile this driver as a module, choose M here: the
  83. module will be called rtl8150.
  84. config USB_RTL8152
  85. tristate "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters"
  86. select MII
  87. select PHYLIB
  88. select CRC32
  89. select CRYPTO_LIB_SHA256
  90. help
  91. This option adds support for Realtek RTL8152 based USB 2.0
  92. 10/100 Ethernet adapters and RTL8153 based USB 3.0 10/100/1000
  93. Ethernet adapters.
  94. To compile this driver as a module, choose M here: the
  95. module will be called r8152.
  96. config USB_LAN78XX
  97. tristate "Microchip LAN78XX Based USB Ethernet Adapters"
  98. select MII
  99. select PHYLINK
  100. select MICROCHIP_PHY
  101. select CRC32
  102. imply NET_SELFTESTS
  103. help
  104. This option adds support for Microchip LAN78XX based USB 2
  105. & USB 3 10/100/1000 Ethernet adapters.
  106. LAN7800 : USB 3 to 10/100/1000 Ethernet adapter
  107. LAN7850 : USB 2 to 10/100/1000 Ethernet adapter
  108. LAN7801 : USB 3 to 10/100/1000 Ethernet adapter (MAC only)
  109. Proper PHY driver is required for LAN7801.
  110. To compile this driver as a module, choose M here: the
  111. module will be called lan78xx.
  112. config USB_USBNET
  113. tristate "Multi-purpose USB Networking Framework"
  114. select MII
  115. help
  116. This driver supports several kinds of network links over USB,
  117. with "minidrivers" built around a common network driver core
  118. that supports deep queues for efficient transfers. (This gives
  119. better performance with small packets and at high speeds).
  120. The USB host runs "usbnet", and the other end of the link might be:
  121. - Another USB host, when using USB "network" or "data transfer"
  122. cables. These are often used to network laptops to PCs, like
  123. "Laplink" parallel cables or some motherboards. These rely
  124. on specialized chips from many suppliers.
  125. - An intelligent USB gadget, perhaps embedding a Linux system.
  126. These include PDAs running Linux (iPaq, Yopy, Zaurus, and
  127. others), and devices that interoperate using the standard
  128. CDC-Ethernet specification (including many cable modems).
  129. - Network adapter hardware (like those for 10/100 Ethernet) which
  130. uses this driver framework.
  131. The link will appear with a name like "usb0", when the link is
  132. a two-node link, or "eth0" for most CDC-Ethernet devices. Those
  133. two-node links are most easily managed with Ethernet Bridging
  134. (CONFIG_BRIDGE) instead of routing.
  135. For more information see <http://www.linux-usb.org/usbnet/>.
  136. To compile this driver as a module, choose M here: the
  137. module will be called usbnet.
  138. config USB_NET_AX8817X
  139. tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
  140. depends on USB_USBNET
  141. select CRC32
  142. select PHYLINK
  143. select AX88796B_PHY
  144. imply NET_SELFTESTS
  145. default y
  146. help
  147. This option adds support for ASIX AX88xxx based USB 2.0
  148. 10/100 Ethernet adapters.
  149. This driver should work with at least the following devices:
  150. * Aten UC210T
  151. * ASIX AX88172
  152. * Billionton Systems, USB2AR
  153. * Billionton Systems, GUSB2AM-1G-B
  154. * Buffalo LUA-U2-KTX
  155. * Corega FEther USB2-TX
  156. * D-Link DUB-E100
  157. * Hawking UF200
  158. * Linksys USB200M
  159. * Netgear FA120
  160. * Sitecom LN-029
  161. * Sitecom LN-028
  162. * Intellinet USB 2.0 Ethernet
  163. * ST Lab USB 2.0 Ethernet
  164. * TrendNet TU2-ET100
  165. This driver creates an interface named "ethX", where X depends on
  166. what other networking devices you have in use.
  167. config USB_NET_AX88179_178A
  168. tristate "ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet"
  169. depends on USB_USBNET
  170. select CRC32
  171. select PHYLIB
  172. default y
  173. help
  174. This option adds support for ASIX AX88179 based USB 3.0/2.0
  175. to Gigabit Ethernet adapters.
  176. This driver should work with at least the following devices:
  177. * ASIX AX88179
  178. * ASIX AX88178A
  179. * Sitcomm LN-032
  180. This driver creates an interface named "ethX", where X depends on
  181. what other networking devices you have in use.
  182. config USB_NET_CDCETHER
  183. tristate "CDC Ethernet support (smart devices such as cable modems)"
  184. depends on USB_USBNET
  185. default y
  186. help
  187. This option supports devices conforming to the Communication Device
  188. Class (CDC) Ethernet Control Model, a specification that's easy to
  189. implement in device firmware. The CDC specifications are available
  190. from <http://www.usb.org/>.
  191. CDC Ethernet is an implementation option for DOCSIS cable modems
  192. that support USB connectivity, used for non-Microsoft USB hosts.
  193. The Linux-USB CDC Ethernet Gadget driver is an open implementation.
  194. This driver should work with at least the following devices:
  195. * Dell Wireless 5530 HSPA
  196. * Ericsson PipeRider (all variants)
  197. * Ericsson Mobile Broadband Module (all variants)
  198. * Motorola (DM100 and SB4100)
  199. * Broadcom Cable Modem (reference design)
  200. * Toshiba (PCX1100U and F3507g/F3607gw)
  201. * ...
  202. This driver creates an interface named "ethX", where X depends on
  203. what other networking devices you have in use. However, if the
  204. IEEE 802 "local assignment" bit is set in the address, a "usbX"
  205. name is used instead.
  206. config USB_NET_CDC_EEM
  207. tristate "CDC EEM support"
  208. depends on USB_USBNET
  209. help
  210. This option supports devices conforming to the Communication Device
  211. Class (CDC) Ethernet Emulation Model, a specification that's easy to
  212. implement in device firmware. The CDC EEM specifications are available
  213. from <http://www.usb.org/>.
  214. This driver creates an interface named "ethX", where X depends on
  215. what other networking devices you have in use. However, if the
  216. IEEE 802 "local assignment" bit is set in the address, a "usbX"
  217. name is used instead.
  218. config USB_NET_CDC_NCM
  219. tristate "CDC NCM support"
  220. depends on USB_USBNET
  221. select USB_NET_CDCETHER
  222. default y
  223. help
  224. This driver provides support for CDC NCM (Network Control Model
  225. Device USB Class Specification). The CDC NCM specification is
  226. available from <http://www.usb.org/>.
  227. Say "y" to link the driver statically, or "m" to build a
  228. dynamically linked module.
  229. This driver should work with at least the following devices:
  230. * ST-Ericsson M700 LTE FDD/TDD Mobile Broadband Modem (ref. design)
  231. * ST-Ericsson M5730 HSPA+ Mobile Broadband Modem (reference design)
  232. * ST-Ericsson M570 HSPA+ Mobile Broadband Modem (reference design)
  233. * ST-Ericsson M343 HSPA Mobile Broadband Modem (reference design)
  234. * Ericsson F5521gw Mobile Broadband Module
  235. config USB_NET_HUAWEI_CDC_NCM
  236. tristate "Huawei NCM embedded AT channel support"
  237. depends on USB_USBNET
  238. select USB_WDM
  239. select USB_NET_CDC_NCM
  240. help
  241. This driver supports huawei-style NCM devices, that use NCM as a
  242. transport for other protocols, usually an embedded AT channel.
  243. Good examples are:
  244. * Huawei E3131
  245. * Huawei E3251
  246. To compile this driver as a module, choose M here: the module will be
  247. called huawei_cdc_ncm.ko.
  248. config USB_NET_CDC_MBIM
  249. tristate "CDC MBIM support"
  250. depends on USB_USBNET
  251. select USB_WDM
  252. select USB_NET_CDC_NCM
  253. help
  254. This driver provides support for CDC MBIM (Mobile Broadband
  255. Interface Model) devices. The CDC MBIM specification is
  256. available from <http://www.usb.org/>.
  257. MBIM devices require configuration using the management
  258. protocol defined by the MBIM specification. This driver
  259. provides unfiltered access to the MBIM control channel
  260. through the associated /dev/cdc-wdmx character device.
  261. To compile this driver as a module, choose M here: the
  262. module will be called cdc_mbim.
  263. config USB_NET_DM9601
  264. tristate "Davicom DM96xx based USB 10/100 ethernet devices"
  265. depends on USB_USBNET
  266. select CRC32
  267. help
  268. This option adds support for Davicom DM9601/DM9620/DM9621A
  269. based USB 10/100 Ethernet adapters.
  270. config USB_NET_SR9700
  271. tristate "CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices"
  272. depends on USB_USBNET
  273. help
  274. This option adds support for CoreChip-sz SR9700 based USB 1.1
  275. 10/100 Ethernet adapters.
  276. config USB_NET_SR9800
  277. tristate "CoreChip-sz SR9800 based USB 2.0 10/100 ethernet devices"
  278. depends on USB_USBNET
  279. select CRC32
  280. help
  281. Say Y if you want to use one of the following 100Mbps USB Ethernet
  282. device based on the CoreChip-sz SR9800 chip.
  283. This driver makes the adapter appear as a normal Ethernet interface,
  284. typically on eth0, if it is the only ethernet device, or perhaps on
  285. eth1, if you have a PCI or ISA ethernet card installed.
  286. To compile this driver as a module, choose M here: the
  287. module will be called sr9800.
  288. config USB_NET_SMSC75XX
  289. tristate "SMSC LAN75XX based USB 2.0 gigabit ethernet devices"
  290. depends on USB_USBNET
  291. select BITREVERSE
  292. select CRC16
  293. select CRC32
  294. help
  295. This option adds support for SMSC LAN75XX based USB 2.0
  296. Gigabit Ethernet adapters.
  297. config USB_NET_SMSC95XX
  298. tristate "SMSC LAN95XX based USB 2.0 10/100 ethernet devices"
  299. depends on USB_USBNET
  300. select PHYLIB
  301. select SMSC_PHY
  302. select BITREVERSE
  303. select CRC16
  304. select CRC32
  305. imply NET_SELFTESTS
  306. help
  307. This option adds support for SMSC LAN95XX based USB 2.0
  308. 10/100 Ethernet adapters.
  309. config USB_NET_GL620A
  310. tristate "GeneSys GL620USB-A based cables"
  311. depends on USB_USBNET
  312. help
  313. Choose this option if you're using a host-to-host cable,
  314. or PC2PC motherboard, with this chip.
  315. Note that the half-duplex "GL620USB" is not supported.
  316. config USB_NET_NET1080
  317. tristate "NetChip 1080 based cables (Laplink, ...)"
  318. default y
  319. depends on USB_USBNET
  320. help
  321. Choose this option if you're using a host-to-host cable based
  322. on this design: one NetChip 1080 chip and supporting logic,
  323. optionally with LEDs that indicate traffic
  324. config USB_NET_PLUSB
  325. tristate "Prolific PL-2301/2302/25A1/27A1 based cables"
  326. # if the handshake/init/reset problems, from original 'plusb',
  327. # are ever resolved ... then remove "experimental"
  328. depends on USB_USBNET
  329. help
  330. Choose this option if you're using a host-to-host cable
  331. with one of these chips.
  332. config USB_NET_MCS7830
  333. tristate "MosChip MCS7830 based Ethernet adapters"
  334. depends on USB_USBNET
  335. help
  336. Choose this option if you're using a 10/100 Ethernet USB2
  337. adapter based on the MosChip 7830 controller. This includes
  338. adapters marketed under the DeLOCK brand.
  339. config USB_NET_RNDIS_HOST
  340. tristate "Host for RNDIS and ActiveSync devices"
  341. depends on USB_USBNET
  342. select USB_NET_CDCETHER
  343. help
  344. This option enables hosting "Remote NDIS" USB networking links,
  345. as encouraged by Microsoft (instead of CDC Ethernet!) for use in
  346. various devices that may only support this protocol. A variant
  347. of this protocol (with even less public documentation) seems to
  348. be at the root of Microsoft's "ActiveSync" too.
  349. Avoid using this protocol unless you have no better options.
  350. The protocol specification is incomplete, and is controlled by
  351. (and for) Microsoft; it isn't an "Open" ecosystem or market.
  352. config USB_NET_CDC_SUBSET_ENABLE
  353. tristate
  354. depends on USB_NET_CDC_SUBSET
  355. config USB_NET_CDC_SUBSET
  356. tristate "Simple USB Network Links (CDC Ethernet subset)"
  357. depends on USB_USBNET
  358. default y
  359. help
  360. This driver module supports USB network devices that can work
  361. without any device-specific information. Select it if you have
  362. one of these drivers.
  363. Note that while many USB host-to-host cables can work in this mode,
  364. that may mean not being able to talk to Win32 systems or more
  365. commonly not being able to handle certain events (like replugging
  366. the host on the other end) very well. Also, these devices will
  367. not generally have permanently assigned Ethernet addresses.
  368. config USB_ALI_M5632
  369. bool "ALi M5632 based 'USB 2.0 Data Link' cables"
  370. depends on USB_NET_CDC_SUBSET
  371. select USB_NET_CDC_SUBSET_ENABLE
  372. help
  373. Choose this option if you're using a host-to-host cable
  374. based on this design, which supports USB 2.0 high speed.
  375. config USB_AN2720
  376. bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)"
  377. depends on USB_NET_CDC_SUBSET
  378. select USB_NET_CDC_SUBSET_ENABLE
  379. help
  380. Choose this option if you're using a host-to-host cable
  381. based on this design. Note that AnchorChips is now a
  382. Cypress brand.
  383. config USB_BELKIN
  384. bool "eTEK based host-to-host cables (Advance, Belkin, ...)"
  385. depends on USB_NET_CDC_SUBSET
  386. select USB_NET_CDC_SUBSET_ENABLE
  387. default y
  388. help
  389. Choose this option if you're using a host-to-host cable
  390. based on this design: two NetChip 2890 chips and an Atmel
  391. microcontroller, with LEDs that indicate traffic.
  392. config USB_ARMLINUX
  393. bool "Embedded ARM Linux links (iPaq, ...)"
  394. depends on USB_NET_CDC_SUBSET
  395. select USB_NET_CDC_SUBSET_ENABLE
  396. default y
  397. help
  398. Choose this option to support the "usb-eth" networking driver
  399. used by most of the ARM Linux community with device controllers
  400. such as the SA-11x0 and PXA-25x UDCs, or the tftp capabilities
  401. in some PXA versions of the "blob" boot loader.
  402. Linux-based "Gumstix" PXA-25x based systems use this protocol
  403. to talk with other Linux systems.
  404. Although the ROMs shipped with Sharp Zaurus products use a
  405. different link level framing protocol, you can have them use
  406. this simpler protocol by installing a different kernel.
  407. config USB_EPSON2888
  408. bool "Epson 2888 based firmware (DEVELOPMENT)"
  409. depends on USB_NET_CDC_SUBSET
  410. select USB_NET_CDC_SUBSET_ENABLE
  411. help
  412. Choose this option to support the usb networking links used
  413. by some sample firmware from Epson.
  414. config USB_KC2190
  415. bool "KT Technology KC2190 based cables (InstaNet)"
  416. depends on USB_NET_CDC_SUBSET
  417. select USB_NET_CDC_SUBSET_ENABLE
  418. help
  419. Choose this option if you're using a host-to-host cable
  420. with one of these chips.
  421. config USB_NET_ZAURUS
  422. tristate "Sharp Zaurus (stock ROMs) and compatible"
  423. depends on USB_USBNET
  424. select USB_NET_CDCETHER
  425. select CRC32
  426. default y
  427. help
  428. Choose this option to support the usb networking links used by
  429. Zaurus models like the SL-5000D, SL-5500, SL-5600, A-300, B-500.
  430. This also supports some related device firmware, as used in some
  431. PDAs from Olympus and some cell phones from Motorola.
  432. If you install an alternate image, such as the Linux 2.6 based
  433. versions of OpenZaurus, you should no longer need to support this
  434. protocol. Only the "eth-fd" or "net_fd" drivers in these devices
  435. really need this non-conformant variant of CDC Ethernet (or in
  436. some cases CDC MDLM) protocol, not "g_ether".
  437. config USB_NET_CX82310_ETH
  438. tristate "Conexant CX82310 USB ethernet port"
  439. depends on USB_USBNET
  440. help
  441. Choose this option if you're using a Conexant CX82310-based ADSL
  442. router with USB ethernet port. This driver is for routers only,
  443. it will not work with ADSL modems (use cxacru driver instead).
  444. config USB_NET_KALMIA
  445. tristate "Samsung Kalmia based LTE USB modem"
  446. depends on USB_USBNET
  447. help
  448. Choose this option if you have a Samsung Kalmia based USB modem
  449. as Samsung GT-B3730.
  450. To compile this driver as a module, choose M here: the
  451. module will be called kalmia.
  452. config USB_NET_QMI_WWAN
  453. tristate "QMI WWAN driver for Qualcomm MSM based 3G and LTE modems"
  454. depends on USB_USBNET
  455. select USB_WDM
  456. help
  457. Support WWAN LTE/3G devices based on Qualcomm Mobile Data Modem
  458. (MDM) chipsets. Examples of such devices are
  459. * Huawei E392/E398
  460. This driver will only drive the ethernet part of the chips.
  461. The devices require additional configuration to be usable.
  462. Multiple management interfaces with linux drivers are
  463. available:
  464. * option: AT commands on /dev/ttyUSBx
  465. * cdc-wdm: Qualcomm MSM Interface (QMI) protocol on /dev/cdc-wdmx
  466. A modem manager with support for QMI is recommended.
  467. To compile this driver as a module, choose M here: the
  468. module will be called qmi_wwan.
  469. config USB_HSO
  470. tristate "Option USB High Speed Mobile Devices"
  471. depends on USB && RFKILL && TTY
  472. default n
  473. help
  474. Choose this option if you have an Option HSDPA/HSUPA card.
  475. These cards support downlink speeds of 7.2Mbps or greater.
  476. To compile this driver as a module, choose M here: the
  477. module will be called hso.
  478. config USB_NET_INT51X1
  479. tristate "Intellon PLC based usb adapter"
  480. depends on USB_USBNET
  481. select USB_NET_CDCETHER
  482. help
  483. Choose this option if you're using a 14Mb USB-based PLC
  484. (Powerline Communications) solution with an Intellon
  485. INT51x1/INT5200 chip, like the "devolo dLan duo".
  486. config USB_CDC_PHONET
  487. tristate "CDC Phonet support"
  488. depends on PHONET && USB_USBNET
  489. help
  490. Choose this option to support the Phonet interface to a Nokia
  491. cellular modem, as found on most Nokia handsets with the
  492. "PC suite" USB profile.
  493. config USB_IPHETH
  494. tristate "Apple iPhone USB Ethernet driver"
  495. default n
  496. help
  497. Module used to share Internet connection (tethering) from your
  498. iPhone to your system.
  499. Note that you need a corresponding userspace library/program
  500. to pair your device with your system, for example usbmuxd
  501. <https://github.com/libimobiledevice/usbmuxd>.
  502. config USB_SIERRA_NET
  503. tristate "USB-to-WWAN Driver for Sierra Wireless modems"
  504. depends on USB_USBNET
  505. help
  506. Choose this option if you have a Sierra Wireless USB-to-WWAN device.
  507. To compile this driver as a module, choose M here: the
  508. module will be called sierra_net.
  509. config USB_VL600
  510. tristate "LG VL600 modem dongle"
  511. depends on USB_NET_CDCETHER && TTY
  512. select USB_ACM
  513. help
  514. Select this if you want to use an LG Electronics 4G/LTE usb modem
  515. called VL600. This driver only handles the ethernet
  516. interface exposed by the modem firmware. To establish a connection
  517. you will first need a userspace program that sends the right
  518. command to the modem through its CDC ACM port, and most
  519. likely also a DHCP client. See this thread about using the
  520. 4G modem from Verizon:
  521. http://ubuntuforums.org/showpost.php?p=10589647&postcount=17
  522. config USB_NET_CH9200
  523. tristate "QingHeng CH9200 USB ethernet support"
  524. depends on USB_USBNET
  525. select MII
  526. help
  527. Choose this option if you have a USB ethernet adapter with a QinHeng
  528. CH9200 chipset.
  529. To compile this driver as a module, choose M here: the
  530. module will be called ch9200.
  531. config USB_NET_AQC111
  532. tristate "Aquantia AQtion USB to 5/2.5GbE Controllers support"
  533. depends on USB_USBNET
  534. select CRC32
  535. help
  536. This option adds support for Aquantia AQtion USB
  537. Ethernet adapters based on AQC111U/AQC112 chips.
  538. This driver should work with at least the following devices:
  539. * Aquantia AQtion USB to 5GbE
  540. config USB_RTL8153_ECM
  541. tristate
  542. depends on USB_NET_CDCETHER && (USB_RTL8152 || USB_RTL8152=n)
  543. default y
  544. help
  545. This option supports ECM mode for RTL8153 ethernet adapter, when
  546. CONFIG_USB_RTL8152 is not set, or the RTL8153 device is not
  547. supported by r8152 driver.
  548. endif # USB_NET_DRIVERS