diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-02-06 20:37:31 +0000 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-02-14 16:21:15 -0700 |
commit | fc968aee5e984c9cc2417147b9b5cd1da7ab43f3 (patch) | |
tree | 202f8a8fc738b6dccb45f7f18101837cb3345c7b /drivers/infiniband/hw/cxgb3/Kconfig | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | talos-obmc-linux-fc968aee5e984c9cc2417147b9b5cd1da7ab43f3.tar.gz talos-obmc-linux-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 'drivers/infiniband/hw/cxgb3/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/cxgb3/Kconfig | 9 |
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. |