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