1 # SPDX-License-Identifier: GPL-2.0
2 config OCTEON_ETHERNET
3 	tristate "Cavium Networks Octeon Ethernet support"
4 	depends on CAVIUM_OCTEON_SOC || COMPILE_TEST
5 	depends on NETDEVICES
6 	select PHYLIB
7 	select MDIO_OCTEON
8 	help
9 	  This driver supports the builtin ethernet ports on Cavium
10 	  Networks' products in the Octeon family. This driver supports the
11 	  CN3XXX and CN5XXX Octeon processors.
12 
13 	  To compile this driver as a module, choose M here.  The module
14 	  will be called octeon-ethernet.
15 
16