LPC17 Ethernet: Add support for the Micrel KSZ8041 PHY.

This commit is contained in:
Gregory Nutt
2015-06-03 17:34:36 -06:00
parent 201a024ef9
commit 391367e8ca
3 changed files with 94 additions and 10 deletions
+6
View File
@@ -293,6 +293,9 @@ config ETH0_PHY_AM79C874
config ETH0_PHY_KS8721
bool "Micrel KS8721 PHY"
config ETH0_PHY_KSZ8041
bool "Micrel KSZ8041 PHY"
config ETH0_PHY_KSZ8051
bool "Micrel KSZ8051 PHY"
@@ -339,6 +342,9 @@ config ETH1_PHY_AM79C874
config ETH1_PHY_KS8721
bool "Micrel KS8721 PHY"
config ETH1_PHY_KSZ8041
bool "Micrel KSZ8041 PHY"
config ETH1_PHY_KSZ8051
bool "Micrel KSZ8051 PHY"