Kconfig 17 KB

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