aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/Kconfig
diff options
context:
space:
mode:
authorDavid Daney <david.daney@cavium.com>2016-03-14 17:57:08 -0700
committerDavid S. Miller <davem@davemloft.net>2016-03-18 18:25:30 -0400
commitd07a147f00de303c799af3427d4e2d612902a7d3 (patch)
tree167ba54f16198f78b2afc200cc17fd1661ec0d06 /drivers/net/ethernet/cavium/Kconfig
parentovs: internal_set_rx_headroom() can be static (diff)
downloadlinux-dev-d07a147f00de303c799af3427d4e2d612902a7d3.tar.xz
linux-dev-d07a147f00de303c799af3427d4e2d612902a7d3.zip
netdev: Move octeon/octeon_mgmt driver to cavium directory.
No code changes. Since OCTEON is a Cavium product, move the driver to the vendor directory to unclutter things a bit. Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cavium/Kconfig')
-rw-r--r--drivers/net/ethernet/cavium/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cavium/Kconfig b/drivers/net/ethernet/cavium/Kconfig
index 953aa408c384..0ef232d3331e 100644
--- a/drivers/net/ethernet/cavium/Kconfig
+++ b/drivers/net/ethernet/cavium/Kconfig
@@ -53,4 +53,15 @@ config LIQUIDIO
To compile this driver as a module, choose M here: the module
will be called liquidio. This is recommended.
+config OCTEON_MGMT_ETHERNET
+ tristate "Octeon Management port ethernet driver (CN5XXX, CN6XXX)"
+ depends on CAVIUM_OCTEON_SOC
+ select PHYLIB
+ select MDIO_OCTEON
+ default y
+ help
+ Enable the ethernet driver for the management
+ port on Cavium Networks' Octeon CN57XX, CN56XX, CN55XX,
+ CN54XX, CN52XX, and CN6XXX chips.
+
endif # NET_VENDOR_CAVIUM