diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 86b8641b4664..5f800a6dd978 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -166,13 +166,14 @@ config NET_SB1000 | |||
166 | If you don't have this card, of course say N. | 166 | If you don't have this card, of course say N. |
167 | 167 | ||
168 | config IP1000 | 168 | config IP1000 |
169 | tristate "IP1000 Gigabit Ethernet support" | 169 | tristate "IP1000 Gigabit Ethernet support" |
170 | depends on PCI && EXPERIMENTAL | 170 | depends on PCI && EXPERIMENTAL |
171 | ---help--- | 171 | select MII |
172 | This driver supports IP1000 gigabit Ethernet cards. | 172 | ---help--- |
173 | This driver supports IP1000 gigabit Ethernet cards. | ||
173 | 174 | ||
174 | To compile this driver as a module, choose M here: the module | 175 | To compile this driver as a module, choose M here: the module |
175 | will be called ipg. This is recommended. | 176 | will be called ipg. This is recommended. |
176 | 177 | ||
177 | source "drivers/net/arcnet/Kconfig" | 178 | source "drivers/net/arcnet/Kconfig" |
178 | 179 | ||
@@ -1880,6 +1881,28 @@ config FEC2 | |||
1880 | 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 |
1881 | ethernet controller on some Motorola ColdFire processors. | 1882 | ethernet controller on some Motorola ColdFire processors. |
1882 | 1883 | ||
1884 | config FEC_MPC52xx | ||
1885 | tristate "MPC52xx FEC driver" | ||
1886 | depends on PPC_MERGE && PPC_MPC52xx && PPC_BESTCOMM_FEC | ||
1887 | select CRC32 | ||
1888 | select PHYLIB | ||
1889 | ---help--- | ||
1890 | This option enables support for the MPC5200's on-chip | ||
1891 | Fast Ethernet Controller | ||
1892 | If compiled as module, it will be called 'fec_mpc52xx.ko'. | ||
1893 | |||
1894 | config FEC_MPC52xx_MDIO | ||
1895 | bool "MPC52xx FEC MDIO bus driver" | ||
1896 | depends on FEC_MPC52xx | ||
1897 | default y | ||
1898 | ---help--- | ||
1899 | The MPC5200's FEC can connect to the Ethernet either with | ||
1900 | an external MII PHY chip or 10 Mbps 7-wire interface | ||
1901 | (Motorola? industry standard). | ||
1902 | If your board uses an external PHY connected to FEC, enable this. | ||
1903 | If not sure, enable. | ||
1904 | If compiled as module, it will be called 'fec_mpc52xx_phy.ko'. | ||
1905 | |||
1883 | config NE_H8300 | 1906 | config NE_H8300 |
1884 | tristate "NE2000 compatible support for H8/300" | 1907 | tristate "NE2000 compatible support for H8/300" |
1885 | depends on H8300 | 1908 | depends on H8300 |