[U-Boot] [PATCH 6/9] drivers: net: add mcf fec dm Kconfig support

Angelo Dureghello angelo.dureghello at timesys.com
Fri Nov 15 22:54:17 UTC 2019


From: Angelo Durgehello <angelo.dureghello at timesys.com>

Add ColdFire fec to Kconfig.

Signed-off-by: Angelo Durgehello <angelo.dureghello at timesys.com>
---
 drivers/net/Kconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 4182897d89..4efed81617 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -278,6 +278,22 @@ config FTGMAC100
 	  applications.
 
 
+config MCFFEC
+	bool "ColdFire Ethernet Support"
+	depends on DM_ETH
+	select PHYLIB
+	help
+	  This driver supports the network interface units in the
+	  ColdFire family.
+
+config FSLDMAFEC
+        bool "ColdFire DMA Ethernet Support"
+	depends on DM_ETH
+	select PHYLIB
+	help
+	  This driver supports the network interface units in the
+	  ColdFire family.
+
 config MVGBE
 	bool "Marvell Orion5x/Kirkwood network interface support"
 	depends on KIRKWOOD || ORION5X
-- 
2.24.0



More information about the U-Boot mailing list