-
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.
- Loading branch information
David Daney
authored and
Ralf Baechle
committed
Dec 17, 2009
1 parent
3c060cc
commit bf813f7
Showing
6 changed files
with
1,193 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a7187a2ffcdedf6d8fd13c4a1250874071892347 | ||
refs/heads/master: d6aa60a10b2f5068e331ca2936b1e6c248ae37c1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
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. |
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,2 @@ | ||
|
||
obj-$(CONFIG_OCTEON_MGMT_ETHERNET) += octeon_mgmt.o |
Oops, something went wrong.