mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 09:11:49 +00:00
All drivers that select MII also need to select NET_CORE because MII depends on it. This is a bit ridiculous because NET_CORE is just a menu option that doesn't enable any code by itself. There is also no need for it to be a visible option, since its users all select it. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
#
|
|
# Renesas device configuration
|
|
#
|
|
|
|
config SH_ETH
|
|
tristate "Renesas SuperH Ethernet support"
|
|
select CRC32
|
|
select MII
|
|
select MDIO_BITBANG
|
|
select PHYLIB
|
|
---help---
|
|
Renesas SuperH Ethernet device driver.
|
|
This driver supporting CPUs are:
|
|
- SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
|
|
R8A7740 and R8A7779.
|