-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Jeff Kirsher
committed
Aug 12, 2011
1 parent
554f4ff
commit c23c5c1
Showing
8 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
drivers/net/octeon/Kconfig → drivers/net/ethernet/octeon/Kconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# | ||
# 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 | ||
---help--- | ||
This option enables the ethernet driver for the management | ||
port on Cavium Networks' Octeon CN57XX, CN56XX, CN55XX, | ||
CN54XX, CN52XX, and CN6XXX chips. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# | ||
# Makefile for the Cavium network device drivers. | ||
# | ||
|
||
obj-$(CONFIG_OCTEON_MGMT_ETHERNET) += octeon_mgmt.o |
File renamed without changes.
This file was deleted.
Oops, something went wrong.