diff options
author | Anirban Chakraborty <anirban.chakraborty@qlogic.com> | 2010-06-23 11:49:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-23 11:49:42 -0700 |
commit | 06aeb78b85d8c04af03eb37353aa0df98d3db170 (patch) | |
tree | 5af953f41f0d17c9c1ab23e3a91d1c184e42adb3 | |
parent | 8f1c14b2e3b1805d3e9e6a306d07f5371ea703a7 (diff) | |
download | linux-3.10-06aeb78b85d8c04af03eb37353aa0df98d3db170.tar.gz linux-3.10-06aeb78b85d8c04af03eb37353aa0df98d3db170.tar.bz2 linux-3.10-06aeb78b85d8c04af03eb37353aa0df98d3db170.zip |
net: add dependency on fw class module to qlcnic and netxen_nic
netxen_nic and qlcnic driver depends on firmware_class module.
Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2decc597bda..ce2fcdd4ab9 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2754,6 +2754,7 @@ config MYRI10GE_DCA config NETXEN_NIC tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC" depends on PCI + select FW_LOADER help This enables the support for NetXen's Gigabit Ethernet card. @@ -2819,6 +2820,7 @@ config BNX2X config QLCNIC tristate "QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support" depends on PCI + select FW_LOADER help This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet devices. |