diff options
author | Jens Osterkamp <Jens.Osterkamp@de.ibm.com> | 2005-12-15 07:42:21 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-24 09:37:39 -0500 |
commit | b35de2eb389aa1889941ec3d02fff6d7a2569825 (patch) | |
tree | 7ad3937122f50b2ac10d5d466b089c4b5cf99afe /drivers/net | |
parent | 26b7625c46d5d72570252d30fec6814682476684 (diff) |
[PATCH] spidernet: fix Kconfig after BPA->CELL rename
We changed the name of the Kconfig symbols along with
the move to arch/powerpc. This one hunk got lost during
the conversion.
From: Jens.Osterkamp@de.ibm.com
Cc: netdev@vger.kernel.org
Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 0f2e4c11f80f..e2fa29b612cd 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2133,7 +2133,7 @@ config BNX2 | |||
2133 | 2133 | ||
2134 | config SPIDER_NET | 2134 | config SPIDER_NET |
2135 | tristate "Spider Gigabit Ethernet driver" | 2135 | tristate "Spider Gigabit Ethernet driver" |
2136 | depends on PCI && PPC_BPA | 2136 | depends on PCI && PPC_CELL |
2137 | help | 2137 | help |
2138 | This driver supports the Gigabit Ethernet chips present on the | 2138 | This driver supports the Gigabit Ethernet chips present on the |
2139 | Cell Processor-Based Blades from IBM. | 2139 | Cell Processor-Based Blades from IBM. |