Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39819
b: refs/heads/master
c: 2a36d70
h: refs/heads/master
i:
  39817: b222bbb
  39815: dea6ae2
v: v3
  • Loading branch information
Arnd Bergmann authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent a5c8e29 commit ca0c14d
Show file tree
Hide file tree
Showing 4 changed files with 535 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27d39e2627dc7493f554bc0549d8c63953762478
refs/heads/master: 2a36d7083438ccb607055abae633f39495a99947
8 changes: 8 additions & 0 deletions trunk/drivers/usb/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,14 @@ config USB_NET_PLUSB
Choose this option if you're using a host-to-host cable
with one of these chips.

config USB_NET_MCS7830
tristate "MosChip MCS7830 based Ethernet adapters"
depends on USB_USBNET
help
Choose this option if you're using a 10/100 Ethernet USB2
adapter based on the MosChip 7830 controller. This includes
adapters marketed under the DeLOCK brand.

config USB_NET_RNDIS_HOST
tristate "Host for RNDIS devices (EXPERIMENTAL)"
depends on USB_USBNET && EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-$(CONFIG_USB_NET_PLUSB) += plusb.o
obj-$(CONFIG_USB_NET_RNDIS_HOST) += rndis_host.o
obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o
obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o
obj-$(CONFIG_USB_NET_MCS7830) += mcs7830.o
obj-$(CONFIG_USB_USBNET) += usbnet.o

ifeq ($(CONFIG_USB_DEBUG),y)
Expand Down
Loading

0 comments on commit ca0c14d

Please sign in to comment.