diff options
author | Benjamin Poirier <benjamin.poirier@gmail.com> | 2023-10-20 08:44:57 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-21 11:52:54 +0200 |
commit | 875be090928d19ff4ae7cbaadb54707abb3befdf (patch) | |
tree | 33b01cd452aa19eaef847c1d910355d4d74ac0ab /drivers/staging/qlge/Kconfig | |
parent | 88eddb0cce1c654090d94499b7c78085b23b7c2f (diff) | |
download | linux-875be090928d19ff4ae7cbaadb54707abb3befdf.tar.gz linux-875be090928d19ff4ae7cbaadb54707abb3befdf.tar.bz2 linux-875be090928d19ff4ae7cbaadb54707abb3befdf.zip |
staging: qlge: Retire the driver
No significant improvements have been done to this driver since commit
a7c3ddf29a78 ("staging: qlge: clean up debugging code in the QL_ALL_DUMP
ifdef land") in January 2021. The driver should not stay in staging
forever. Since it has been abandoned by the vendor and no one has stepped
up to maintain it, delete it.
If some users manifest themselves, the driver will be restored to
drivers/net/ as suggested in the linked message.
Link: https://lore.kernel.org/netdev/20231019074237.7ef255d7@kernel.org/
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Cc: Manish Chopra <manishc@marvell.com>
Cc: Coiby Xu <coiby.xu@gmail.com>
Signed-off-by: Benjamin Poirier <benjamin.poirier@gmail.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/r/20231020124457.312449-3-benjamin.poirier@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/qlge/Kconfig')
-rw-r--r-- | drivers/staging/qlge/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/qlge/Kconfig b/drivers/staging/qlge/Kconfig deleted file mode 100644 index 6d831ed67965..000000000000 --- a/drivers/staging/qlge/Kconfig +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 - -config QLGE - tristate "QLogic QLGE 10Gb Ethernet Driver Support" - depends on ETHERNET && PCI - select NET_DEVLINK - help - This driver supports QLogic ISP8XXX 10Gb Ethernet cards. - - To compile this driver as a module, choose M here. The module will be - called qlge. |