net: Kconfig: Add FEC_MXC entry
Added kconfig for FEC_MXC driver. Cc: Joe Hershberger <joe.hershberger@gmail.com> Cc: Simon Glass <sjg@chromium.org> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Peng Fan <peng.fan@nxp.com> Cc: Matteo Lisi <matteo.lisi@engicam.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
f4b7532f82
commit
97d29ca3a8
|
|
@ -129,6 +129,13 @@ config ETHOC
|
||||||
help
|
help
|
||||||
This MAC is present in OpenRISC and Xtensa XTFPGA boards.
|
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
|
config MVPP2
|
||||||
bool "Marvell Armada 375 network interface support"
|
bool "Marvell Armada 375 network interface support"
|
||||||
depends on ARMADA_375
|
depends on ARMADA_375
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue