From: Alexandru Gagniuc <alex.g@adaptrum.com>
Date: Fri, 7 Jul 2017 18:36:56 +0000 (-0700)
Subject: net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021
X-Git-Tag: v2025.01-rc5-pxa1908~6137^2~11
X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=cb543d30df00d4db67f429dfa5515227e7af4014;p=u-boot.git

net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021

Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
---

diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 0230852244..1afd8097b2 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -92,14 +92,6 @@ config PHY_MICREL_KSZ9031
 
 endif # PHY_MICREL
 
-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"