sh_eth: Move the Renesas SuperH driver
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / net / ethernet / renesas / Kconfig
blobf57ae230817b217c784895691fb1dfadd28470c7
2 # Renesas device configuration
5 config SH_ETH
6         tristate "Renesas SuperH Ethernet support"
7         depends on SUPERH && \
8                 (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
9                  CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
10                  CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757)
11         select CRC32
12         select MII
13         select MDIO_BITBANG
14         select PHYLIB
15         ---help---
16           Renesas SuperH Ethernet device driver.
17           This driver supporting CPUs are:
18                 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757.