mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
c23c5c1663
Move the Cavium driver to drivers/net/ethernet/octeon/ and make the necessary Kconfig and Makefile changes. CC: David Daney <david.daney@cavium.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: David Daney <david.daney@cavium.com>
15 lines
386 B
Plaintext
15 lines
386 B
Plaintext
#
|
|
# Cavium network device configuration
|
|
#
|
|
|
|
config OCTEON_MGMT_ETHERNET
|
|
tristate "Octeon Management port ethernet driver (CN5XXX, CN6XXX)"
|
|
depends on CPU_CAVIUM_OCTEON
|
|
select PHYLIB
|
|
select MDIO_OCTEON
|
|
default y
|
|
---help---
|
|
This option enables the ethernet driver for the management
|
|
port on Cavium Networks' Octeon CN57XX, CN56XX, CN55XX,
|
|
CN54XX, CN52XX, and CN6XXX chips.
|