aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@canonical.com>2010-02-05 03:56:22 -0500
committerDavid S. Miller <davem@davemloft.net>2010-02-10 16:05:43 -0500
commitbd011e8826978b0f6cd0f929edec353fd755f49b (patch)
treec79bcff324e3acd359445a7ad1ba694dec2a9f8d
parentfceb2919192d7a667be81c17c0bfa227fd7fa992 (diff)
fec: Add ARCH_MX5 as a dependency
i.MX51 babbage board has a FEC ethernet controller Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ef662e15c3d3..1bf1987571ff 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1895,7 +1895,8 @@ config 68360_ENET
1895 1895
1896config FEC 1896config FEC
1897 bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)" 1897 bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
1898 depends on M523x || M527x || M5272 || M528x || M520x || M532x || MACH_MX27 || ARCH_MX35 || ARCH_MX25 1898 depends on M523x || M527x || M5272 || M528x || M520x || M532x || \
1899 MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5
1899 help 1900 help
1900 Say Y here if you want to use the built-in 10/100 Fast ethernet 1901 Say Y here if you want to use the built-in 10/100 Fast ethernet
1901 controller on some Motorola ColdFire and Freescale i.MX processors. 1902 controller on some Motorola ColdFire and Freescale i.MX processors.