From: Christoph Hellwig Date: Wed, 15 Mar 2006 10:30:44 +0000 (+0100) Subject: [PATCH] spidernet: select FW_LOADER X-Git-Tag: v2.6.17-rc1~1117^2~28^2~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b15879aefe6a4c2236297df68c46498af26143d;p=linux-2.6 [PATCH] spidernet: select FW_LOADER The spidernet drivers uses request_firmware() and thus needs to select FW_LOADER. Signed-off-by: Christoph Hellwig Signed-off-by: Paul Mackerras --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index aa633fa95e..8c1ad0fac7 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2176,6 +2176,7 @@ config BNX2 config SPIDER_NET tristate "Spider Gigabit Ethernet driver" depends on PCI && PPC_CELL + select FW_LOADER help This driver supports the Gigabit Ethernet chips present on the Cell Processor-Based Blades from IBM.