target: Fix bug in handling of FILEIO + block_device resize ops
[linux-flexiantxendom0-3.2.10.git] / drivers / net / ethernet / renesas / Kconfig
1 #
2 # Renesas device configuration
3 #
4
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 NET_CORE
13         select MII
14         select MDIO_BITBANG
15         select PHYLIB
16         ---help---
17           Renesas SuperH Ethernet device driver.
18           This driver supporting CPUs are:
19                 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757.