diff options
author | Christoph Hellwig <hch@lst.de> | 2006-03-15 05:30:44 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-16 21:28:08 -0500 |
commit | 9b15879aefe6a4c2236297df68c46498af26143d (patch) | |
tree | 63eab60561e6f6d79ba53e02d9f7e64971367fb4 /drivers/net/Kconfig | |
parent | 898b1920a67048c1f38bb99777f4cff06380a59a (diff) |
[PATCH] spidernet: select FW_LOADER
The spidernet drivers uses request_firmware() and thus needs to select
FW_LOADER.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
2176 | config SPIDER_NET | 2176 | config SPIDER_NET |
2177 | tristate "Spider Gigabit Ethernet driver" | 2177 | tristate "Spider Gigabit Ethernet driver" |
2178 | depends on PCI && PPC_CELL | 2178 | depends on PCI && PPC_CELL |
2179 | select FW_LOADER | ||
2179 | help | 2180 | help |
2180 | This driver supports the Gigabit Ethernet chips present on the | 2181 | This driver supports the Gigabit Ethernet chips present on the |
2181 | Cell Processor-Based Blades from IBM. | 2182 | Cell Processor-Based Blades from IBM. |