Skip to content

Commit

Permalink
sh_eth: Add support of SH7763 to sh_eth
Browse files Browse the repository at this point in the history
SH7763 has Ethernet core same as SH7710/SH7712.
Positions of some registry are different, but the basic part is the same.
I add support of ethernet of sh7763 to sh_eth.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Nobuhiro Iwamatsu authored and Jeff Garzik committed Jul 30, 2008
1 parent d02a4e3 commit b0ca2a2
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 150 deletions.
4 changes: 2 additions & 2 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -510,14 +510,14 @@ config STNIC
config SH_ETH
tristate "Renesas SuperH Ethernet support"
depends on SUPERH && \
(CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712)
(CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7763)
select CRC32
select MII
select MDIO_BITBANG
select PHYLIB
help
Renesas SuperH Ethernet device driver.
This driver support SH7710 and SH7712.
This driver support SH7710, SH7712 and SH7763.

config SUNLANCE
tristate "Sun LANCE support"
Expand Down
Loading

0 comments on commit b0ca2a2

Please sign in to comment.