From: Christoph Hellwig Date: Wed, 15 Mar 2006 10:30:44 +0000 (+0100) Subject: [PATCH] spidernet: select FW_LOADER X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9b15879aefe6a4c2236297df68c46498af26143d;p=deliverable%2Flinux.git [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 aa633fa95e64..8c1ad0fac7b6 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.