diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 3f739cfd92f..01f282cd098 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1886,7 +1886,7 @@ config FEC_MPC52xx | |||
1886 | ---help--- | 1886 | ---help--- |
1887 | This option enables support for the MPC5200's on-chip | 1887 | This option enables support for the MPC5200's on-chip |
1888 | Fast Ethernet Controller | 1888 | Fast Ethernet Controller |
1889 | If compiled as module, it will be called 'fec_mpc52xx.ko'. | 1889 | If compiled as module, it will be called fec_mpc52xx. |
1890 | 1890 | ||
1891 | config FEC_MPC52xx_MDIO | 1891 | config FEC_MPC52xx_MDIO |
1892 | bool "MPC52xx FEC MDIO bus driver" | 1892 | bool "MPC52xx FEC MDIO bus driver" |
@@ -1898,7 +1898,7 @@ config FEC_MPC52xx_MDIO | |||
1898 | (Motorola? industry standard). | 1898 | (Motorola? industry standard). |
1899 | If your board uses an external PHY connected to FEC, enable this. | 1899 | If your board uses an external PHY connected to FEC, enable this. |
1900 | If not sure, enable. | 1900 | If not sure, enable. |
1901 | If compiled as module, it will be called 'fec_mpc52xx_phy.ko'. | 1901 | If compiled as module, it will be called fec_mpc52xx_phy. |
1902 | 1902 | ||
1903 | config NE_H8300 | 1903 | config NE_H8300 |
1904 | tristate "NE2000 compatible support for H8/300" | 1904 | tristate "NE2000 compatible support for H8/300" |
@@ -2270,6 +2270,17 @@ config BNX2 | |||
2270 | To compile this driver as a module, choose M here: the module | 2270 | To compile this driver as a module, choose M here: the module |
2271 | will be called bnx2. This is recommended. | 2271 | will be called bnx2. This is recommended. |
2272 | 2272 | ||
2273 | config CNIC | ||
2274 | tristate "Broadcom CNIC support" | ||
2275 | depends on BNX2 | ||
2276 | depends on UIO | ||
2277 | help | ||
2278 | This driver supports offload features of Broadcom NetXtremeII | ||
2279 | gigabit Ethernet cards. | ||
2280 | |||
2281 | To compile this driver as a module, choose M here: the module | ||
2282 | will be called cnic. This is recommended. | ||
2283 | |||
2273 | config SPIDER_NET | 2284 | config SPIDER_NET |
2274 | tristate "Spider Gigabit Ethernet driver" | 2285 | tristate "Spider Gigabit Ethernet driver" |
2275 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) | 2286 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) |