diff options
author | Bryan Wu <bryan.wu@canonical.com> | 2010-03-30 22:10:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-01 22:53:13 -0400 |
commit | e6b043d512fa8d9a3801bf5d72bfa3b8fc3b3cc8 (patch) | |
tree | df7adaf0e220436ba0b5b5219e930a1b6697e4b3 /drivers/net/Kconfig | |
parent | 5acbbd428db47b12f137a8a2aa96b3c0a96b744e (diff) |
netdev/fec.c: add phylib supporting to enable carrier detection (v2)
BugLink: http://bugs.launchpad.net/bugs/457878
v2:
- remove duplicated phy_speed caculation
- fix the phy_speed caculation according to the DataSheet
v1:
- removed old MII phy control code
- add phylib supporting
- add ethtool interface to make user space NetworkManager works
Tested on Freescale i.MX51 Babbage board.
This patch is based on a patch from Frederic Rodo <fred.rodo@gmail.com>
Cc: Frederic Rodo <fred.rodo@gmail.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Acked-by: Amit Kucheria <amit.kucheria@canonical.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index da6657c11667..2cffcb84a241 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1916,6 +1916,7 @@ config FEC | |||
1916 | bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)" | 1916 | bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)" |
1917 | depends on M523x || M527x || M5272 || M528x || M520x || M532x || \ | 1917 | depends on M523x || M527x || M5272 || M528x || M520x || M532x || \ |
1918 | MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5 | 1918 | MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5 |
1919 | select PHYLIB | ||
1919 | help | 1920 | help |
1920 | Say Y here if you want to use the built-in 10/100 Fast ethernet | 1921 | Say Y here if you want to use the built-in 10/100 Fast ethernet |
1921 | controller on some Motorola ColdFire and Freescale i.MX processors. | 1922 | controller on some Motorola ColdFire and Freescale i.MX processors. |