diff mbox

[U-Boot,4/9] drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entry

Message ID 1494589708-15276-5-git-send-email-jagan@openedev.com
State Accepted
Commit a43241a406890b2f309d05039556cf4f57e9bb0d
Delegated to: Stefano Babic
Headers show

Commit Message

Jagan Teki May 12, 2017, 11:48 a.m. UTC
From: Jagan Teki <jagan@amarulasolutions.com>

Add kconfig entry for Micrel KSZ9021 PHY support.

Cc: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 drivers/net/phy/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index aca3990..ce1b30a 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -58,6 +58,14 @@  config PHY_MARVELL
 config PHY_MICREL
 	bool "Micrel Ethernet PHYs support"
 
+config PHY_MICREL_KSZ9021
+	bool "Micrel KSZ9021 Ethernet PHYs support"
+	depends on PHY_MICREL
+	help
+          KSZ9021 is a completely integrated triple speed (10Base-T/100Base-TX/1000Base-T)
+	  Ethernet Physical Layer Transceiver for transmission and reception of data over
+	  standard CAT-5 unshielded twisted pair (UTP) cable.
+
 config PHY_MSCC
 	bool "Microsemi Corp Ethernet PHYs support"