diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-25 06:53:13 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-13 02:47:36 -0400 |
commit | 37b937575b5a93a8fcbd4e1d553415f99381f650 (patch) | |
tree | be31e45b7da810389b649eae242a0695f79cb743 /drivers/net/Kconfig | |
parent | 7191047028471c74808291d35dd0502cf73e4d2a (diff) |
sh_eth: Move the Renesas SuperH driver
Move the Renesas driver into drivers/net/ethernet/renesas/ and make
the necessary Kconfig and Makefile changes.
CC: Yoshihiro Shimoda <yoshihiro.shirmoda.uh@renesas.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 572ddf226f12..c83a1c0f0d45 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -221,21 +221,6 @@ menuconfig NET_ETHERNET | |||
221 | 221 | ||
222 | if NET_ETHERNET | 222 | if NET_ETHERNET |
223 | 223 | ||
224 | config SH_ETH | ||
225 | tristate "Renesas SuperH Ethernet support" | ||
226 | depends on SUPERH && \ | ||
227 | (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \ | ||
228 | CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \ | ||
229 | CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757) | ||
230 | select CRC32 | ||
231 | select MII | ||
232 | select MDIO_BITBANG | ||
233 | select PHYLIB | ||
234 | help | ||
235 | Renesas SuperH Ethernet device driver. | ||
236 | This driver supporting CPUs are: | ||
237 | - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757. | ||
238 | |||
239 | config NET_PCI | 224 | config NET_PCI |
240 | bool "EISA, VLB, PCI and on board controllers" | 225 | bool "EISA, VLB, PCI and on board controllers" |
241 | depends on ISA || EISA || PCI | 226 | depends on ISA || EISA || PCI |