aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2006-01-10 16:58:16 +1000
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 09:31:27 -0800
commit892b62527fb3cd6753d6d2b79b5f21259f344cf5 (patch)
tree4601155b517096543bf8cf24254aa18b56f760c1 /drivers
parent694d855fbc797141960a3907019c442240ed8a0f (diff)
downloadlinux-892b62527fb3cd6753d6d2b79b5f21259f344cf5.tar.gz
[PATCH] m68knommu: allow configure of FEC for M520x CPU family
Allow the ColdFire FEC ethernet driver to be enabled on the M520x CPU family. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 4959800a18d765..ef47edc1508182 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1804,7 +1804,7 @@ config 68360_ENET
config FEC
bool "FEC ethernet controller (of ColdFire CPUs)"
- depends on M523x || M527x || M5272 || M528x
+ depends on M523x || M527x || M5272 || M528x || M520x
help
Say Y here if you want to use the built-in 10/100 Fast ethernet
controller on some Motorola ColdFire processors.