diff options
author | Rasesh Mody <rasesh.mody@qlogic.com> | 2015-02-17 19:26:18 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-20 15:46:49 -0500 |
commit | 2e0bf125ac7d3d32dd699d345d19a7f3e675776c (patch) | |
tree | d8b6dc1e149fab49f4abeb56c82e4ddf2c8d29dc /drivers/net/ethernet/broadcom/Kconfig | |
parent | 959d10f6bbf6ab5b8813c4e37540a2e43ca2ae96 (diff) | |
download | linux-stable-2e0bf125ac7d3d32dd699d345d19a7f3e675776c.tar.gz linux-stable-2e0bf125ac7d3d32dd699d345d19a7f3e675776c.tar.bz2 linux-stable-2e0bf125ac7d3d32dd699d345d19a7f3e675776c.zip |
bnx2-cnic: Driver Rebranding Changes
This patch provides additional changes as a part of BNX2 and CNIC driver
re-branding effort.
Signed-off-by: Rasesh Mody <rasesh.mody@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/Kconfig')
-rw-r--r-- | drivers/net/ethernet/broadcom/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig index 41a3c9804427..ee4fdfe65e9e 100644 --- a/drivers/net/ethernet/broadcom/Kconfig +++ b/drivers/net/ethernet/broadcom/Kconfig @@ -71,12 +71,12 @@ config BCMGENET Broadcom BCM7xxx Set Top Box family chipset. config BNX2 - tristate "QLogic NetXtremeII support" + tristate "QLogic bnx2 support" depends on PCI select CRC32 select FW_LOADER ---help--- - This driver supports QLogic NetXtremeII gigabit Ethernet cards. + This driver supports QLogic bnx2 gigabit Ethernet cards. To compile this driver as a module, choose M here: the module will be called bnx2. This is recommended. @@ -87,8 +87,8 @@ config CNIC select BNX2 select UIO ---help--- - This driver supports offload features of QLogic NetXtremeII - gigabit Ethernet cards. + This driver supports offload features of QLogic bnx2 gigabit + Ethernet cards. To compile this driver as a module, choose M here: the module will be called cnic. This is recommended. |