1# 2# Renesas device configuration 3# 4 5config SH_ETH 6 tristate "Renesas SuperH Ethernet support" 7 depends on HAS_DMA 8 depends on ARCH_SHMOBILE || SUPERH || COMPILE_TEST 9 select CRC32 10 select MII 11 select MDIO_BITBANG 12 select PHYLIB 13 ---help--- 14 Renesas SuperH Ethernet device driver. 15 This driver supporting CPUs are: 16 - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757, 17 R8A7740, R8A777x and R8A779x. 18