0001 # SPDX-License-Identifier: GPL-2.0
0002 config OCTEON_ETHERNET
0003 tristate "Cavium Networks Octeon Ethernet support"
0004 depends on CAVIUM_OCTEON_SOC || COMPILE_TEST
0005 depends on NETDEVICES
0006 select PHYLIB
0007 select MDIO_OCTEON
0008 help
0009 This driver supports the builtin ethernet ports on Cavium
0010 Networks' products in the Octeon family. This driver supports the
0011 CN3XXX and CN5XXX Octeon processors.
0012
0013 To compile this driver as a module, choose M here. The module
0014 will be called octeon-ethernet.
0015