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