[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>
This commit is contained in:
parent
694d855fbc
commit
892b62527f
1 changed files with 1 additions and 1 deletions
|
@ -1804,7 +1804,7 @@ config 68360_ENET
|
||||||
|
|
||||||
config FEC
|
config FEC
|
||||||
bool "FEC ethernet controller (of ColdFire CPUs)"
|
bool "FEC ethernet controller (of ColdFire CPUs)"
|
||||||
depends on M523x || M527x || M5272 || M528x
|
depends on M523x || M527x || M5272 || M528x || M520x
|
||||||
help
|
help
|
||||||
Say Y here if you want to use the built-in 10/100 Fast ethernet
|
Say Y here if you want to use the built-in 10/100 Fast ethernet
|
||||||
controller on some Motorola ColdFire processors.
|
controller on some Motorola ColdFire processors.
|
||||||
|
|
Loading…
Add table
Reference in a new issue