diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-03-18 13:10:06 -0700 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-03-23 01:48:33 -0400 |
commit | 2e2839627a957714808f98a802d137a7a2a1df46 (patch) | |
tree | 7c001eeb3a45b9f31da3862acbfc11633eea3914 /drivers/net/Kconfig | |
parent | 05b97b30b09ed245d376035cddf669532e5cca67 (diff) | |
download | blackbird-obmc-linux-2e2839627a957714808f98a802d137a7a2a1df46.tar.gz blackbird-obmc-linux-2e2839627a957714808f98a802d137a7a2a1df46.zip |
cxgb3 - Auto-load FW if mismatch detected
The driver attempts to upgrade the FW if the card has the wrong version.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.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 5ff0922e628c..1b6459b218ca 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2374,6 +2374,7 @@ config CHELSIO_T1_NAPI config CHELSIO_T3 tristate "Chelsio Communications T3 10Gb Ethernet support" depends on PCI + select FW_LOADER help This driver supports Chelsio T3-based gigabit and 10Gb Ethernet adapters. |