Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79271
b: refs/heads/master
c: 3ec9c11
h: refs/heads/master
i:
  79269: 5d9e42e
  79267: fd05648
  79263: 9452601
v: v3
  • Loading branch information
Claudio Lanconelli authored and David S. Miller committed Jan 28, 2008
1 parent 6d5536e commit 06225ff
Show file tree
Hide file tree
Showing 5 changed files with 1,929 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: a24a789cc6b0a736759bd221b0a32f9a240c2f6e
refs/heads/master: 3ec9c11da03342b556f11724ea005e60160bc744
18 changes: 18 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,24 @@ config DM9000
To compile this driver as a module, choose M here. The module
will be called dm9000.

config ENC28J60
tristate "ENC28J60 support"
depends on EXPERIMENTAL && SPI && NET_ETHERNET
select CRC32
---help---
Support for the Microchip EN28J60 ethernet chip.

To compile this driver as a module, choose M here and read
<file:Documentation/networking/net-modules.txt>. The module will be
called enc28j60.

config ENC28J60_WRITEVERIFY
bool "Enable write verify"
depends on ENC28J60
---help---
Enable the verify after the buffer write useful for debugging purpose.
If unsure, say N.

config SMC911X
tristate "SMSC LAN911[5678] support"
select CRC32
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ obj-$(CONFIG_DM9000) += dm9000.o
obj-$(CONFIG_FEC_8XX) += fec_8xx/
obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o
obj-$(CONFIG_MLX4_CORE) += mlx4/
obj-$(CONFIG_ENC28J60) += enc28j60.o

obj-$(CONFIG_MACB) += macb.o

Expand Down
Loading

0 comments on commit 06225ff

Please sign in to comment.