summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/nes/Kconfig
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2019-06-10 22:49:11 +0300
committerDoug Ledford <dledford@redhat.com>2019-06-13 16:59:49 +0300
commit2d3c72ed504196edb2f22a08cb03a0f9fb7e564f (patch)
tree3b8de897122f7984eba970f39a13c1fc22a6c11b /drivers/infiniband/hw/nes/Kconfig
parentcbdc666f3e842b01d4537933e0a64f1e7cf17017 (diff)
downloadlinux-2d3c72ed504196edb2f22a08cb03a0f9fb7e564f.tar.xz
rdma: Remove nes
This driver was first merged over 10 years ago and has not seen major activity by the authors in the last 7 years. However, in that time it has been patched 150 times to adapt it to changing kernel APIs. Further, the hardware has several issues, like not supporting 64 bit DMA, that make it rather uninteresting for use with modern systems and RDMA. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/nes/Kconfig')
-rw-r--r--drivers/infiniband/hw/nes/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/infiniband/hw/nes/Kconfig b/drivers/infiniband/hw/nes/Kconfig
deleted file mode 100644
index 52caae954e4a..000000000000
--- a/drivers/infiniband/hw/nes/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-config INFINIBAND_NES
- tristate "NetEffect RNIC Driver"
- depends on PCI && INET
- select LIBCRC32C
- ---help---
- This is the RDMA Network Interface Card (RNIC) driver for
- NetEffect Ethernet Cluster Server Adapters.
-
-config INFINIBAND_NES_DEBUG
- bool "Verbose debugging output"
- depends on INFINIBAND_NES
- default n
- ---help---
- This option enables debug messages from the NetEffect RNIC
- driver. Select this if you are diagnosing a problem.