diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-01-10 16:58:16 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 09:31:27 -0800 |
commit | 892b62527fb3cd6753d6d2b79b5f21259f344cf5 (patch) | |
tree | 4601155b517096543bf8cf24254aa18b56f760c1 | |
parent | 694d855fbc797141960a3907019c442240ed8a0f (diff) |
[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>
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 4959800a18d..ef47edc1508 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. |