Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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 MII
  63. ---help---
  64. Say Y here if you know you have Pegasus or Pegasus-II based adapter.
  65. If in doubt then look at <file:drivers/usb/net/pegasus.h> for the
  66. complete list of supported devices.
  67. If your particular adapter is not in the list and you are _sure_ it
  68. is Pegasus or Pegasus II based then send me
  69. <petkan@users.sourceforge.net> vendor and device IDs.
  70. To compile this driver as a module, choose M here: the
  71. module will be called pegasus.
  72. config USB_RTL8150
  73. tristate "USB RTL8150 based ethernet device support (EXPERIMENTAL)"
  74. depends on EXPERIMENTAL
  75. help
  76. Say Y here if you have RTL8150 based usb-ethernet adapter.
  77. Send me <petkan@users.sourceforge.net> any comments you may have.
  78. You can also check for updates at <http://pegasus2.sourceforge.net/>.
  79. To compile this driver as a module, choose M here: the
  80. module will be called rtl8150.
  81. config USB_USBNET
  82. tristate "Multi-purpose USB Networking Framework"
  83. ---help---
  84. This driver supports several kinds of network links over USB,
  85. with "minidrivers" built around a common network driver core
  86. that supports deep queues for efficient transfers. (This gives
  87. better performance with small packets and at high speeds).
  88. The USB host runs "usbnet", and the other end of the link might be:
  89. - Another USB host, when using USB "network" or "data transfer"
  90. cables. These are often used to network laptops to PCs, like
  91. "Laplink" parallel cables or some motherboards. These rely
  92. on specialized chips from many suppliers.
  93. - An intelligent USB gadget, perhaps embedding a Linux system.
  94. These include PDAs running Linux (iPaq, Yopy, Zaurus, and
  95. others), and devices that interoperate using the standard
  96. CDC-Ethernet specification (including many cable modems).
  97. - Network adapter hardware (like those for 10/100 Ethernet) which
  98. uses this driver framework.
  99. The link will appear with a name like "usb0", when the link is
  100. a two-node link, or "eth0" for most CDC-Ethernet devices. Those
  101. two-node links are most easily managed with Ethernet Bridging
  102. (CONFIG_BRIDGE) instead of routing.
  103. For more information see <http://www.linux-usb.org/usbnet/>.
  104. To compile this driver as a module, choose M here: the
  105. module will be called usbnet.
  106. config USB_NET_AX8817X
  107. tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
  108. depends on USB_USBNET && NET_ETHERNET
  109. select CRC32
  110. select MII
  111. default y
  112. help
  113. This option adds support for ASIX AX88xxx based USB 2.0
  114. 10/100 Ethernet adapters.
  115. This driver should work with at least the following devices:
  116. * Aten UC210T
  117. * ASIX AX88172
  118. * Billionton Systems, USB2AR
  119. * Buffalo LUA-U2-KTX
  120. * Corega FEther USB2-TX
  121. * D-Link DUB-E100
  122. * Hawking UF200
  123. * Linksys USB200M
  124. * Netgear FA120
  125. * Sitecom LN-029
  126. * Intellinet USB 2.0 Ethernet
  127. * ST Lab USB 2.0 Ethernet
  128. * TrendNet TU2-ET100
  129. This driver creates an interface named "ethX", where X depends on
  130. what other networking devices you have in use.
  131. config USB_NET_CDCETHER
  132. tristate "CDC Ethernet support (smart devices such as cable modems)"
  133. depends on USB_USBNET
  134. default y
  135. help
  136. This option supports devices conforming to the Communication Device
  137. Class (CDC) Ethernet Control Model, a specification that's easy to
  138. implement in device firmware. The CDC specifications are available
  139. from <http://www.usb.org/>.
  140. CDC Ethernet is an implementation option for DOCSIS cable modems
  141. that support USB connectivity, used for non-Microsoft USB hosts.
  142. The Linux-USB CDC Ethernet Gadget driver is an open implementation.
  143. This driver should work with at least the following devices:
  144. * Ericsson PipeRider (all variants)
  145. * Motorola (DM100 and SB4100)
  146. * Broadcom Cable Modem (reference design)
  147. * Toshiba PCX1100U
  148. * ...
  149. This driver creates an interface named "ethX", where X depends on
  150. what other networking devices you have in use. However, if the
  151. IEEE 802 "local assignment" bit is set in the address, a "usbX"
  152. name is used instead.
  153. config USB_NET_GL620A
  154. tristate "GeneSys GL620USB-A based cables"
  155. depends on USB_USBNET
  156. help
  157. Choose this option if you're using a host-to-host cable,
  158. or PC2PC motherboard, with this chip.
  159. Note that the half-duplex "GL620USB" is not supported.
  160. config USB_NET_NET1080
  161. tristate "NetChip 1080 based cables (Laplink, ...)"
  162. default y
  163. depends on USB_USBNET
  164. help
  165. Choose this option if you're using a host-to-host cable based
  166. on this design: one NetChip 1080 chip and supporting logic,
  167. optionally with LEDs that indicate traffic
  168. config USB_NET_PLUSB
  169. tristate "Prolific PL-2301/2302 based cables"
  170. # if the handshake/init/reset problems, from original 'plusb',
  171. # are ever resolved ... then remove "experimental"
  172. depends on USB_USBNET && EXPERIMENTAL
  173. help
  174. Choose this option if you're using a host-to-host cable
  175. with one of these chips.
  176. config USB_NET_RNDIS_HOST
  177. tristate "Host for RNDIS devices (EXPERIMENTAL)"
  178. depends on USB_USBNET && EXPERIMENTAL
  179. select USB_NET_CDCETHER
  180. help
  181. This option enables hosting "Remote NDIS" USB networking links,
  182. as encouraged by Microsoft (instead of CDC Ethernet!) for use in
  183. various devices that may only support this protocol.
  184. Avoid using this protocol unless you have no better options.
  185. The protocol specification is incomplete, and is controlled by
  186. (and for) Microsoft; it isn't an "Open" ecosystem or market.
  187. config USB_NET_CDC_SUBSET
  188. tristate "Simple USB Network Links (CDC Ethernet subset)"
  189. depends on USB_USBNET
  190. help
  191. This driver module supports USB network devices that can work
  192. without any device-specific information. Select it if you have
  193. one of these drivers.
  194. Note that while many USB host-to-host cables can work in this mode,
  195. that may mean not being able to talk to Win32 systems or more
  196. commonly not being able to handle certain events (like replugging
  197. the host on the other end) very well. Also, these devices will
  198. not generally have permanently assigned Ethernet addresses.
  199. config USB_ALI_M5632
  200. boolean "ALi M5632 based 'USB 2.0 Data Link' cables"
  201. depends on USB_NET_CDC_SUBSET
  202. help
  203. Choose this option if you're using a host-to-host cable
  204. based on this design, which supports USB 2.0 high speed.
  205. config USB_AN2720
  206. boolean "AnchorChips 2720 based cables (Xircom PGUNET, ...)"
  207. depends on USB_NET_CDC_SUBSET
  208. help
  209. Choose this option if you're using a host-to-host cable
  210. based on this design. Note that AnchorChips is now a
  211. Cypress brand.
  212. config USB_BELKIN
  213. boolean "eTEK based host-to-host cables (Advance, Belkin, ...)"
  214. depends on USB_NET_CDC_SUBSET
  215. default y
  216. help
  217. Choose this option if you're using a host-to-host cable
  218. based on this design: two NetChip 2890 chips and an Atmel
  219. microcontroller, with LEDs that indicate traffic.
  220. config USB_ARMLINUX
  221. boolean "Embedded ARM Linux links (iPaq, ...)"
  222. depends on USB_NET_CDC_SUBSET
  223. default y
  224. help
  225. Choose this option to support the "usb-eth" networking driver
  226. used by most of the ARM Linux community with device controllers
  227. such as the SA-11x0 and PXA-25x UDCs, or the tftp capabilities
  228. in some PXA versions of the "blob" boot loader.
  229. Linux-based "Gumstix" PXA-25x based systems use this protocol
  230. to talk with other Linux systems.
  231. Although the ROMs shipped with Sharp Zaurus products use a
  232. different link level framing protocol, you can have them use
  233. this simpler protocol by installing a different kernel.
  234. config USB_EPSON2888
  235. boolean "Epson 2888 based firmware (DEVELOPMENT)"
  236. depends on USB_NET_CDC_SUBSET
  237. help
  238. Choose this option to support the usb networking links used
  239. by some sample firmware from Epson.
  240. config USB_NET_ZAURUS
  241. tristate "Sharp Zaurus (stock ROMs) and compatible"
  242. depends on USB_USBNET
  243. select USB_NET_CDCETHER
  244. select CRC32
  245. default y
  246. help
  247. Choose this option to support the usb networking links used by
  248. Zaurus models like the SL-5000D, SL-5500, SL-5600, A-300, B-500.
  249. This also supports some related device firmware, as used in some
  250. PDAs from Olympus and some cell phones from Motorola.
  251. If you install an alternate image, such as the Linux 2.6 based
  252. versions of OpenZaurus, you should no longer need to support this
  253. protocol. Only the "eth-fd" or "net_fd" drivers in these devices
  254. really need this non-conformant variant of CDC Ethernet (or in
  255. some cases CDC MDLM) protocol, not "g_ether".
  256. config USB_ZD1201
  257. tristate "USB ZD1201 based Wireless device support"
  258. depends on NET_RADIO
  259. select FW_LOADER
  260. ---help---
  261. Say Y if you want to use wireless LAN adapters based on the ZyDAS
  262. ZD1201 chip.
  263. This driver makes the adapter appear as a normal Ethernet interface,
  264. typically on wlan0.
  265. The zd1201 device requires external firmware to be loaded.
  266. This can be found at http://linux-lc100020.sourceforge.net/
  267. To compile this driver as a module, choose M here: the
  268. module will be called zd1201.
  269. endmenu