浏览代码

[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>
Jens Osterkamp 19 年之前
父节点
当前提交
b35de2eb38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/Kconfig

+ 1 - 1
drivers/net/Kconfig

@@ -2133,7 +2133,7 @@ config BNX2
 
 
 config SPIDER_NET
 config SPIDER_NET
 	tristate "Spider Gigabit Ethernet driver"
 	tristate "Spider Gigabit Ethernet driver"
-	depends on PCI && PPC_BPA
+	depends on PCI && PPC_CELL
 	help
 	help
 	  This driver supports the Gigabit Ethernet chips present on the
 	  This driver supports the Gigabit Ethernet chips present on the
 	  Cell Processor-Based Blades from IBM.
 	  Cell Processor-Based Blades from IBM.