From: Angelo Durgehello <angelo.dureghello@timesys.com>
Date: Fri, 15 Nov 2019 22:54:17 +0000 (+0100)
Subject: drivers: net: add mcf fec dm Kconfig support
X-Git-Tag: v2025.01-rc5-pxa1908~2612^2~22
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=080bcc5cc18dd8f667e1386de5428d4e98f253e9;p=u-boot.git

drivers: net: add mcf fec dm Kconfig support

Add ColdFire fec to Kconfig.

Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
---

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 142a2c6953..01d087f229 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