diff options
| author | Jagan Teki <[email protected]> | 2016-10-08 18:00:12 +0530 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-10-26 16:53:16 +0200 |
| commit | 97d29ca3a825d81c87a9b071013e8fb30ed40ecf (patch) | |
| tree | 7c1c300986296f043e6216626b99ce91dc90aa94 /drivers | |
| parent | f4b7532f821684010f4c7fcdf64ad1be03b9349d (diff) | |
net: Kconfig: Add FEC_MXC entry
Added kconfig for FEC_MXC driver.
Cc: Joe Hershberger <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 302c005aa13..7b9961de476 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 |
