diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2010-07-05 14:32:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-07 18:45:00 -0400 |
commit | f29a3d040727a80c3307a2bea057206be049c305 (patch) | |
tree | feaedf1ea5e2c0cd17d5ed39aed1d91793f7eedb /drivers/net/Kconfig | |
parent | 6f3c72a2148f5f99c4dcc97cbcea06916136c862 (diff) |
net: sh_eth: add support for SH7757's ETHER
The SH7757 has 2 Fast Ethernet controller (ETHER) and 2 Gigabit Ethernet
Controller (GETHER). This patch supports 2 ETHER only.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 60d067acf028..f65857e88ec1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -530,14 +530,15 @@ config SH_ETH | |||
530 | depends on SUPERH && \ | 530 | depends on SUPERH && \ |
531 | (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \ | 531 | (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \ |
532 | CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \ | 532 | CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \ |
533 | CPU_SUBTYPE_SH7724) | 533 | CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757) |
534 | select CRC32 | 534 | select CRC32 |
535 | select MII | 535 | select MII |
536 | select MDIO_BITBANG | 536 | select MDIO_BITBANG |
537 | select PHYLIB | 537 | select PHYLIB |
538 | help | 538 | help |
539 | Renesas SuperH Ethernet device driver. | 539 | Renesas SuperH Ethernet device driver. |
540 | This driver support SH7710, SH7712, SH7763, SH7619, and SH7724. | 540 | This driver supporting CPUs are: |
541 | - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757. | ||
541 | 542 | ||
542 | config SUNLANCE | 543 | config SUNLANCE |
543 | tristate "Sun LANCE support" | 544 | tristate "Sun LANCE support" |