Merge branch 'for-linus' into for-next
[deliverable/linux.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 || ARCH_SHMOBILE) && \
8 (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
9 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
10 CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7734 || \
11 CPU_SUBTYPE_SH7757 || ARCH_R8A7740 || ARCH_R8A7779)
12 select CRC32
13 select NET_CORE
14 select MII
15 select MDIO_BITBANG
16 select PHYLIB
17 ---help---
18 Renesas SuperH Ethernet device driver.
19 This driver supporting CPUs are:
20 - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
21 R8A7740 and R8A7779.
This page took 0.07082 seconds and 5 git commands to generate.