-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 265283 b: refs/heads/master c: 37b9375 h: refs/heads/master i: 265281: 4ffa51f 265279: 194823f v: v3
- Loading branch information
Jeff Kirsher
committed
Aug 13, 2011
1 parent
04d2510
commit 403760c
Showing
9 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7191047028471c74808291d35dd0502cf73e4d2a | ||
refs/heads/master: 37b937575b5a93a8fcbd4e1d553415f99381f650 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# 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_SH7757) | ||
select CRC32 | ||
select MII | ||
select MDIO_BITBANG | ||
select PHYLIB | ||
---help--- | ||
Renesas SuperH Ethernet device driver. | ||
This driver supporting CPUs are: | ||
- SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Makefile for the Renesas device drivers. | ||
# | ||
|
||
obj-$(CONFIG_SH_ETH) += sh_eth.o |
File renamed without changes.
File renamed without changes.