diff options
-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" |