diff options
author | Greg Ungerer <gerg@snapgear.com> | 2005-09-11 21:18:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-11 23:43:46 -0400 |
commit | 2af6921f6382456ed69163be9d2ee2c339134496 (patch) | |
tree | 1bd5840f28e7730e9e6264e1d4b61ccbf1d592ff | |
parent | 357d596bd552ad157a906289ab13ea6ba7e66e3d (diff) |
[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: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/net/Kconfig | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 6bb9232514b4..54fff9c2e802 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1738,11 +1738,18 @@ config 68360_ENET | |||
1738 | the Motorola 68360 processor. | 1738 | the Motorola 68360 processor. |
1739 | 1739 | ||
1740 | config FEC | 1740 | config FEC |
1741 | bool "FEC ethernet controller (of ColdFire 5272)" | 1741 | bool "FEC ethernet controller (of ColdFire CPUs)" |
1742 | depends on M5272 || M5282 | 1742 | depends on M523x || M527x || M5272 || M528x |
1743 | help | 1743 | help |
1744 | Say Y here if you want to use the built-in 10/100 Fast ethernet | 1744 | Say Y here if you want to use the built-in 10/100 Fast ethernet |
1745 | controller on the Motorola ColdFire 5272 processor. | 1745 | controller on some Motorola ColdFire processors. |
1746 | |||
1747 | config FEC2 | ||
1748 | bool "Second FEC ethernet controller (on some ColdFire CPUs)" | ||
1749 | depends on FEC | ||
1750 | help | ||
1751 | Say Y here if you want to use the second built-in 10/100 Fast | ||
1752 | ethernet controller on some Motorola ColdFire processors. | ||
1746 | 1753 | ||
1747 | config NE_H8300 | 1754 | config NE_H8300 |
1748 | tristate "NE2000 compatible support for H8/300" | 1755 | tristate "NE2000 compatible support for H8/300" |