f0e81fecd4
Add define of SH7734 register and sh_eth_reset_hw_crc function. V3: Rebase net/HEAD. V2: Do not split line of #if defined. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>
20 lines
520 B
Text
20 lines
520 B
Text
#
|
|
# Renesas device configuration
|
|
#
|
|
|
|
config SH_ETH
|
|
tristate "Renesas SuperH Ethernet support"
|
|
depends on SUPERH && \
|
|
(CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
|
|
CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
|
|
CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7734 || \
|
|
CPU_SUBTYPE_SH7757)
|
|
select CRC32
|
|
select NET_CORE
|
|
select MII
|
|
select MDIO_BITBANG
|
|
select PHYLIB
|
|
---help---
|
|
Renesas SuperH Ethernet device driver.
|
|
This driver supporting CPUs are:
|
|
- SH7619, SH7710, SH7712, SH7724, SH7734, SH7763 and SH7757.
|