aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorMatt Waddel <Matt.Waddel@freescale.com>2009-01-13 17:13:06 +1000
committerGreg Ungerer <gerg@uclinux.org>2009-01-27 16:42:03 +1000
commitd4732d3c59b84bb093e11c8f755f32801b4bf86d (patch)
treefd37e553b87643b86e19802163211cb8e33d6572 /drivers/net
parentm68knommu: fix syscall restarting (diff)
downloadlinux-dev-d4732d3c59b84bb093e11c8f755f32801b4bf86d.tar.xz
linux-dev-d4732d3c59b84bb093e11c8f755f32801b4bf86d.zip
m68knommu: add ColdFire M532x to the FEC configuration options
Signed-off-by: Matt Waddel <Matt.Waddel@freescale.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 9fe8cb7d43ac..6bdfd47d679d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1829,7 +1829,7 @@ config 68360_ENET
config FEC
bool "FEC ethernet controller (of ColdFire CPUs)"
- depends on M523x || M527x || M5272 || M528x || M520x
+ depends on M523x || M527x || M5272 || M528x || M520x || M532x
help
Say Y here if you want to use the built-in 10/100 Fast ethernet
controller on some Motorola ColdFire processors.