diff options
author | Domen Puncer <domen.puncer@telargo.com> | 2007-10-26 12:07:49 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-29 05:59:10 -0400 |
commit | 5d031e9e7e9ad5aa6516646f955c6262478e1acd (patch) | |
tree | 6cfe45ad29278e80f239cac39f52249d1bcbc851 /drivers/net/Kconfig | |
parent | af0900537f90b58fcfb7a7c821c661be8301fc9b (diff) |
FEC - fast ethernet controller for mpc52xx
Driver for ethernet on mpc5200/mpc5200b SoCs (FEC).
Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
Acked-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 72d3447fb99b..867cb7345b5f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1881,6 +1881,30 @@ config FEC2 | |||
1881 | Say Y here if you want to use the second built-in 10/100 Fast | 1881 | Say Y here if you want to use the second built-in 10/100 Fast |
1882 | ethernet controller on some Motorola ColdFire processors. | 1882 | ethernet controller on some Motorola ColdFire processors. |
1883 | 1883 | ||
1884 | config FEC_MPC52xx | ||
1885 | tristate "MPC52xx FEC driver" | ||
1886 | depends on PPC_MPC52xx | ||
1887 | select PPC_BESTCOMM | ||
1888 | select PPC_BESTCOMM_FEC | ||
1889 | select CRC32 | ||
1890 | select PHYLIB | ||
1891 | ---help--- | ||
1892 | This option enables support for the MPC5200's on-chip | ||
1893 | Fast Ethernet Controller | ||
1894 | If compiled as module, it will be called 'fec_mpc52xx.ko'. | ||
1895 | |||
1896 | config FEC_MPC52xx_MDIO | ||
1897 | bool "MPC52xx FEC MDIO bus driver" | ||
1898 | depends on FEC_MPC52xx | ||
1899 | default y | ||
1900 | ---help--- | ||
1901 | The MPC5200's FEC can connect to the Ethernet either with | ||
1902 | an external MII PHY chip or 10 Mbps 7-wire interface | ||
1903 | (Motorola? industry standard). | ||
1904 | If your board uses an external PHY connected to FEC, enable this. | ||
1905 | If not sure, enable. | ||
1906 | If compiled as module, it will be called 'fec_mpc52xx_phy.ko'. | ||
1907 | |||
1884 | config NE_H8300 | 1908 | config NE_H8300 |
1885 | tristate "NE2000 compatible support for H8/300" | 1909 | tristate "NE2000 compatible support for H8/300" |
1886 | depends on H8300 | 1910 | depends on H8300 |