diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-06-09 19:33:56 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-06-11 21:58:25 -0400 |
commit | 86a74ff21a7ac4bc06b18076ddb0347712b46cfd (patch) | |
tree | c15df52245e3d289e85f8a036f2250d11f615ba6 /drivers/net/Kconfig | |
parent | 1ae9d2f4d776bd7e5f64d957216051cd36eb6802 (diff) |
net: sh_eth: add support for Renesas SuperH Ethernet
Add support for Renesas SuperH Ethernet controller. This driver supports
SH7710 and SH7712.
[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 8c5e8405fe09..40eb24d6d755 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -524,6 +524,18 @@ config STNIC | |||
524 | 524 | ||
525 | If unsure, say N. | 525 | If unsure, say N. |
526 | 526 | ||
527 | config SH_ETH | ||
528 | tristate "Renesas SuperH Ethernet support" | ||
529 | depends on SUPERH && \ | ||
530 | (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712) | ||
531 | select CRC32 | ||
532 | select MII | ||
533 | select MDIO_BITBANG | ||
534 | select PHYLIB | ||
535 | help | ||
536 | Renesas SuperH Ethernet device driver. | ||
537 | This driver support SH7710 and SH7712. | ||
538 | |||
527 | config SUNLANCE | 539 | config SUNLANCE |
528 | tristate "Sun LANCE support" | 540 | tristate "Sun LANCE support" |
529 | depends on SBUS | 541 | depends on SBUS |