Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd011e88 authored by Amit Kucheria's avatar Amit Kucheria Committed by David S. Miller
Browse files

fec: Add ARCH_MX5 as a dependency



i.MX51 babbage board has a FEC ethernet controller

Signed-off-by: default avatarAmit Kucheria <amit.kucheria@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fceb2919
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1895,7 +1895,8 @@ 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 || ARCH_MX25
	depends on M523x || M527x || M5272 || M528x || M520x || M532x || \
		MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5
	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.