brintos

brintos / linux-shallow public Read only

0
0
Text · 493 B · 5319909 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02config OCTEON_ETHERNET3	tristate "Cavium Networks Octeon Ethernet support"4	depends on CAVIUM_OCTEON_SOC || COMPILE_TEST5	depends on NETDEVICES6	select PHYLIB7	select MDIO_OCTEON8	help9	  This driver supports the builtin ethernet ports on Cavium10	  Networks' products in the Octeon family. This driver supports the11	  CN3XXX and CN5XXX Octeon processors.12 13	  To compile this driver as a module, choose M here.  The module14	  will be called octeon-ethernet.15 16