diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 0c6b45a11d15..c3c1a8d5f7a3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2190,7 +2190,7 @@ config BNX2 | |||
2190 | 2190 | ||
2191 | config SPIDER_NET | 2191 | config SPIDER_NET |
2192 | tristate "Spider Gigabit Ethernet driver" | 2192 | tristate "Spider Gigabit Ethernet driver" |
2193 | depends on PCI && PPC_CELL | 2193 | depends on PCI && PPC_IBM_CELL_BLADE |
2194 | select FW_LOADER | 2194 | select FW_LOADER |
2195 | help | 2195 | help |
2196 | This driver supports the Gigabit Ethernet chips present on the | 2196 | This driver supports the Gigabit Ethernet chips present on the |
@@ -2198,11 +2198,11 @@ config SPIDER_NET | |||
2198 | 2198 | ||
2199 | config GIANFAR | 2199 | config GIANFAR |
2200 | tristate "Gianfar Ethernet" | 2200 | tristate "Gianfar Ethernet" |
2201 | depends on 85xx || 83xx | 2201 | depends on 85xx || 83xx || PPC_86xx |
2202 | select PHYLIB | 2202 | select PHYLIB |
2203 | help | 2203 | help |
2204 | This driver supports the Gigabit TSEC on the MPC85xx | 2204 | This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, |
2205 | family of chips, and the FEC on the 8540 | 2205 | and MPC86xx family of chips, and the FEC on the 8540. |
2206 | 2206 | ||
2207 | config GFAR_NAPI | 2207 | config GFAR_NAPI |
2208 | bool "NAPI Support" | 2208 | bool "NAPI Support" |