fec: Add FEC support for MX35 processor
authorFabio Estevam <fabioestevam@yahoo.com>
Wed, 27 May 2009 03:41:39 +0000 (03:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 May 2009 05:12:34 +0000 (22:12 -0700)
Add FEC support for MX35 processor.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig

index 43a5254..3df8fc4 100644 (file)
@@ -1859,8 +1859,8 @@ config 68360_ENET
          the Motorola 68360 processor.
 
 config FEC
-       bool "FEC ethernet controller (of ColdFire CPUs)"
-       depends on M523x || M527x || M5272 || M528x || M520x || M532x || MACH_MX27
+       bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
+       depends on M523x || M527x || M5272 || M528x || M520x || M532x || MACH_MX27 || ARCH_MX35
        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.