diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-01-10 21:07:52 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-11 17:03:08 -0500 |
commit | b5074087add883d015827e3792e4e388cc2d40c3 (patch) | |
tree | c3ab6ab19a78da880e3c282cb58edab2cbad300d | |
parent | 0c302f57aba3ed638d71b66767e145ea5c14a353 (diff) |
net/fec: remove config FEC2 as it's used nowhere
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 5780dad6a3cb..ff652c77a0a5 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1950,14 +1950,6 @@ config FEC | |||
1950 | Say Y here if you want to use the built-in 10/100 Fast ethernet | 1950 | Say Y here if you want to use the built-in 10/100 Fast ethernet |
1951 | controller on some Motorola ColdFire and Freescale i.MX processors. | 1951 | controller on some Motorola ColdFire and Freescale i.MX processors. |
1952 | 1952 | ||
1953 | config FEC2 | ||
1954 | bool "Second FEC ethernet controller" | ||
1955 | depends on FEC | ||
1956 | help | ||
1957 | Say Y here if you want to use the second built-in 10/100 Fast | ||
1958 | ethernet controller on some Motorola ColdFire and Freescale | ||
1959 | i.MX processors. | ||
1960 | |||
1961 | config FEC_MPC52xx | 1953 | config FEC_MPC52xx |
1962 | tristate "MPC52xx FEC driver" | 1954 | tristate "MPC52xx FEC driver" |
1963 | depends on PPC_MPC52xx && PPC_BESTCOMM | 1955 | depends on PPC_MPC52xx && PPC_BESTCOMM |