aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/Kconfig
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2018-02-06 20:37:31 +0000
committerJason Gunthorpe <jgg@mellanox.com>2018-02-14 16:21:15 -0700
commitfc968aee5e984c9cc2417147b9b5cd1da7ab43f3 (patch)
tree202f8a8fc738b6dccb45f7f18101837cb3345c7b /drivers/infiniband/hw/cxgb3/Kconfig
parentLinux 4.16-rc1 (diff)
downloadlinux-dev-fc968aee5e984c9cc2417147b9b5cd1da7ab43f3.tar.xz
linux-dev-fc968aee5e984c9cc2417147b9b5cd1da7ab43f3.zip
IB/cxgb3: remove cxio_dbg.c
cxio_dbg.c is uncompiled since commit 2b540355cd2f ("RDMA/cxgb3: cleanups") 10 years after, we could remove it. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Acked-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to '')
-rw-r--r--drivers/infiniband/hw/cxgb3/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/infiniband/hw/cxgb3/Kconfig b/drivers/infiniband/hw/cxgb3/Kconfig
index 431be733fbbe..a7b77cb3d5d5 100644
--- a/drivers/infiniband/hw/cxgb3/Kconfig
+++ b/drivers/infiniband/hw/cxgb3/Kconfig
@@ -16,12 +16,3 @@ config INFINIBAND_CXGB3
To compile this driver as a module, choose M here: the module
will be called iw_cxgb3.
-
-config INFINIBAND_CXGB3_DEBUG
- bool "Verbose debugging output"
- depends on INFINIBAND_CXGB3
- default n
- ---help---
- This option causes the Chelsio RDMA driver to produce copious
- amounts of debug messages. Select this if you are developing
- the driver or trying to diagnose a problem.