Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2af6921f authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds
Browse files

[PATCH] m68knommu: config support for FEC eth of 523x Coldfire processor family



Add configuration support for the FEC ethernet controller in the
Freescale 523x processor family. Also add and option to configure
the second FEC controller on some Freescale processors.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 357d596b
Loading
Loading
Loading
Loading
+10 −3
Original line number Original line Diff line number Diff line
@@ -1738,11 +1738,18 @@ config 68360_ENET
	  the Motorola 68360 processor.
	  the Motorola 68360 processor.


config FEC
config FEC
	bool "FEC ethernet controller (of ColdFire 5272)"
	bool "FEC ethernet controller (of ColdFire CPUs)"
	depends on M5272 || M5282
	depends on M523x || M527x || M5272 || M528x
	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 the Motorola ColdFire 5272 processor.
	  controller on some Motorola ColdFire processors.

config FEC2
	bool "Second FEC ethernet controller (on some ColdFire CPUs)"
	depends on FEC
	help
	  Say Y here if you want to use the second built-in 10/100 Fast
	  ethernet controller on some Motorola ColdFire processors.


config NE_H8300
config NE_H8300
	tristate "NE2000 compatible support for H8/300"
	tristate "NE2000 compatible support for H8/300"