Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102878
b: refs/heads/master
c: 86a74ff
h: refs/heads/master
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Jeff Garzik committed Jun 12, 2008
1 parent 8893893 commit f6eaade
Show file tree
Hide file tree
Showing 5 changed files with 1,652 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: 1ae9d2f4d776bd7e5f64d957216051cd36eb6802
refs/heads/master: 86a74ff21a7ac4bc06b18076ddb0347712b46cfd
12 changes: 12 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,18 @@ config STNIC

If unsure, say N.

config SH_ETH
tristate "Renesas SuperH Ethernet support"
depends on SUPERH && \
(CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712)
select CRC32
select MII
select MDIO_BITBANG
select PHYLIB
help
Renesas SuperH Ethernet device driver.
This driver support SH7710 and SH7712.

config SUNLANCE
tristate "Sun LANCE support"
depends on SBUS
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ obj-$(CONFIG_VIA_RHINE) += via-rhine.o
obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
obj-$(CONFIG_ADAPTEC_STARFIRE) += starfire.o
obj-$(CONFIG_RIONET) += rionet.o
obj-$(CONFIG_SH_ETH) += sh_eth.o

#
# end link order section
Expand Down
Loading

0 comments on commit f6eaade

Please sign in to comment.