[U-Boot] [PATCH v5 05/21] net: Kconfig: Add FEC_MXC entry
Jagan Teki
jteki at openedev.com
Wed Sep 28 20:28:48 CEST 2016
From: Jagan Teki <jagan at amarulasolutions.com>
Added kconfig for FEC_MXC driver.
Cc: Joe Hershberger <joe.hershberger at gmail.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: Fabio Estevam <fabio.estevam at nxp.com>
Cc: Stefano Babic <sbabic at denx.de>
Cc: Peng Fan <peng.fan at nxp.com>
Cc: Matteo Lisi <matteo.lisi at engicam.com>
Cc: Michael Trimarchi <michael at amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
drivers/net/Kconfig | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index be3ed73..0c240a5 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -129,6 +129,13 @@ config ETHOC
help
This MAC is present in OpenRISC and Xtensa XTFPGA boards.
+config FEC_MXC
+ bool "FEC Ethernet controller"
+ depends on MX6
+ help
+ This driver supports the 10/100 Fast Ethernet controller for
+ NXP i.MX processors.
+
config MVPP2
bool "Marvell Armada 375 network interface support"
depends on ARMADA_375
--
2.7.4
More information about the U-Boot
mailing list