diff options
author | Fabio Estevam <fabioestevam@yahoo.com> | 2009-09-21 14:41:21 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-22 14:47:23 -0700 |
commit | fcd195cdfdd52b18a977581a254455ff48080fc3 (patch) | |
tree | f91cc0adbda26baf7bf0e72f6894689bddf951a4 /drivers/net/Kconfig | |
parent | 6ef57a0ea77e7bf4123a06da895a0e26312b5737 (diff) | |
download | linux-3.10-fcd195cdfdd52b18a977581a254455ff48080fc3.tar.gz linux-3.10-fcd195cdfdd52b18a977581a254455ff48080fc3.tar.bz2 linux-3.10-fcd195cdfdd52b18a977581a254455ff48080fc3.zip |
fec: Add FEC support for MX25 processor
Add FEC support for MX25 processor.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 21333c18f34..f9fbd52b799 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1875,7 +1875,7 @@ config 68360_ENET config FEC bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)" - depends on M523x || M527x || M5272 || M528x || M520x || M532x || MACH_MX27 || ARCH_MX35 + depends on M523x || M527x || M5272 || M528x || M520x || M532x || MACH_MX27 || ARCH_MX35 || ARCH_MX25 help Say Y here if you want to use the built-in 10/100 Fast ethernet controller on some Motorola ColdFire and Freescale i.MX processors. |