Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132388
b: refs/heads/master
c: 4796417
h: refs/heads/master
v: v3
  • Loading branch information
Ilya Yanok authored and David S. Miller committed Mar 12, 2009
1 parent a23b311 commit 0e3a708
Show file tree
Hide file tree
Showing 5 changed files with 1,232 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: ff8cf9a93800e8118ea097c1aba7203d59a0f3f1
refs/heads/master: 4796417417a62e2ae83d92cb92e1ecf9ec67b5f5
11 changes: 11 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,17 @@ config NI65
To compile this driver as a module, choose M here. The module
will be called ni65.

config DNET
tristate "Dave ethernet support (DNET)"
depends on NET_ETHERNET
select PHYLIB
help
The Dave ethernet interface (DNET) is found on Qong Board FPGA.
Say Y to include support for the DNET chip.

To compile this driver as a module, choose M here: the module
will be called dnet.

source "drivers/net/tulip/Kconfig"

config AT1700
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ obj-$(CONFIG_ENC28J60) += enc28j60.o

obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o

obj-$(CONFIG_DNET) += dnet.o
obj-$(CONFIG_MACB) += macb.o

obj-$(CONFIG_ARM) += arm/
Expand Down
Loading

0 comments on commit 0e3a708

Please sign in to comment.