diff options
author | Igor Russkikh <irusskikh@marvell.com> | 2020-08-23 13:19:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-25 03:01:32 +0200 |
commit | b75d05b2da5c5d0e9b8d80b72a4ba1443d36ef58 (patch) | |
tree | 8a9619a85f2b83703d1778d08b4ae532f9e57348 /drivers/net/ethernet/qlogic/Kconfig | |
parent | qed/qede: make devlink survive recovery (diff) | |
download | linux-b75d05b2da5c5d0e9b8d80b72a4ba1443d36ef58.tar.xz linux-b75d05b2da5c5d0e9b8d80b72a4ba1443d36ef58.zip |
qed: fix kconfig help entries
This patch replaces stubs in kconfig help entries with an actual description.
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: Alexander Lobakin <alobakin@marvell.com>
Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/Kconfig')
-rw-r--r-- | drivers/net/ethernet/qlogic/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/ethernet/qlogic/Kconfig b/drivers/net/ethernet/qlogic/Kconfig index 8f743d80760b..4366c7a8de95 100644 --- a/drivers/net/ethernet/qlogic/Kconfig +++ b/drivers/net/ethernet/qlogic/Kconfig @@ -80,7 +80,7 @@ config QED select CRC8 select NET_DEVLINK help - This enables the support for ... + This enables the support for Marvell FastLinQ adapters family. config QED_LL2 bool @@ -100,7 +100,8 @@ config QEDE depends on QED imply PTP_1588_CLOCK help - This enables the support for ... + This enables the support for Marvell FastLinQ adapters family, + ethernet driver. config QED_RDMA bool |