]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entry
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 12 May 2017 11:48:23 +0000 (17:18 +0530)
committerStefano Babic <sbabic@denx.de>
Wed, 31 May 2017 08:22:14 +0000 (10:22 +0200)
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

index aca3990aebf12296701c1d48d44522bd966f7551..ce1b30a4b6e50f03c198146258a876adcf67b7af 100644 (file)
@@ -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"