]> Git Repo - J-u-boot.git/commitdiff
net: Kconfig: Add FEC_MXC entry
authorJagan Teki <[email protected]>
Sat, 8 Oct 2016 12:30:12 +0000 (18:00 +0530)
committerStefano Babic <[email protected]>
Wed, 26 Oct 2016 14:53:16 +0000 (16:53 +0200)
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]>
drivers/net/Kconfig

index 302c005aa132986718589bcee06ee449923977d7..7b9961de476e73f7a45cf4c73a8cc8fa6d69bd46 100644 (file)
@@ -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
This page took 0.03373 seconds and 4 git commands to generate.