From b625cdcd68479b3d540a915785b6d9809b52a2f8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 14 Feb 2023 06:37:54 +0000
Subject: [PATCH] stmmac read mac form eeprom

---
 kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

diff --git a/kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig b/kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig
index 21f4074..324049e 100644
--- a/kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig
+++ b/kernel/drivers/net/ethernet/stmicro/stmmac/Kconfig
@@ -12,25 +12,6 @@
 
 if STMMAC_ETH
 
-config STMMAC_ETHTOOL
-	bool "Ethtool feature for STMMAC"
-	default STMMAC_ETH
-	help
-	  This selects the ethtool function, default is Y.
-
-config STMMAC_FULL
-	bool "Support full driver for STMMAC"
-	default STMMAC_ETH
-	help
-	  This selects the full function, default is Y, full-featured version
-	  includes 4.10 and other versions, if it is N, only 4.10 core working.
-
-config STMMAC_PTP
-	bool "PTP feature for STMMAC"
-	default STMMAC_ETH
-	help
-	  This selects the ptp timestamp function, default is Y.
-
 config STMMAC_PLATFORM
 	tristate "STMMAC Platform bus support"
 	depends on STMMAC_ETH
@@ -126,16 +107,6 @@
 
 	  This selects the Rockchip RK3288 SoC glue layer support for
 	  the stmmac device driver.
-
-config DWMAC_ROCKCHIP_TOOL
-	bool "Rockchip dwmac tool support"
-	depends on DWMAC_ROCKCHIP
-	default DWMAC_ROCKCHIP
-	help
-	  Support for Ethernet functions on Rockchip SoCs.
-
-	  This selects the features for Rockchip's Ethernet, include PHY loopback,
-	  MAC loopback, and delayline scanning of RGMII mode.
 
 config DWMAC_SOCFPGA
 	tristate "SOCFPGA dwmac support"

--
Gitblit v1.6.2