mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
|
#
|
||
|
# Renesas device configuration
|
||
|
#
|
||
|
|
||
|
config SH_ETH
|
||
|
tristate "Renesas SuperH Ethernet support"
|
||
|
depends on SUPERH && \
|
||
|
(CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
|
||
|
CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
|
||
|
CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7757)
|
||
|
select CRC32
|
||
|
select MII
|
||
|
select MDIO_BITBANG
|
||
|
select PHYLIB
|
||
|
---help---
|
||
|
Renesas SuperH Ethernet device driver.
|
||
|
This driver supporting CPUs are:
|
||
|
- SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757.
|