Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5e741b7 authored by Doug Ledford's avatar Doug Ledford
Browse files

staging/rdma: remove deprecated amso1100 driver



Driver was placed in staging for eventual removal, it is time
to complete that task.

Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 1c5e0809
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -686,13 +686,6 @@ M: Michael Hanselmann <linux-kernel@hansmi.ch>
S:	Supported
S:	Supported
F:	drivers/macintosh/ams/
F:	drivers/macintosh/ams/


AMSO1100 RNIC DRIVER
M:	Tom Tucker <tom@opengridcomputing.com>
M:	Steve Wise <swise@opengridcomputing.com>
L:	linux-rdma@vger.kernel.org
S:	Maintained
F:	drivers/infiniband/hw/amso1100/

ANALOG DEVICES INC AD9389B DRIVER
ANALOG DEVICES INC AD9389B DRIVER
M:	Hans Verkuil <hans.verkuil@cisco.com>
M:	Hans Verkuil <hans.verkuil@cisco.com>
L:	linux-media@vger.kernel.org
L:	linux-media@vger.kernel.org
+0 −2
Original line number Original line Diff line number Diff line
@@ -22,8 +22,6 @@ menuconfig STAGING_RDMA
# Please keep entries in alphabetic order
# Please keep entries in alphabetic order
if STAGING_RDMA
if STAGING_RDMA


source "drivers/staging/rdma/amso1100/Kconfig"

source "drivers/staging/rdma/ehca/Kconfig"
source "drivers/staging/rdma/ehca/Kconfig"


source "drivers/staging/rdma/hfi1/Kconfig"
source "drivers/staging/rdma/hfi1/Kconfig"
+0 −1
Original line number Original line Diff line number Diff line
# Entries for RDMA_STAGING tree
# Entries for RDMA_STAGING tree
obj-$(CONFIG_INFINIBAND_AMSO1100)	+= amso1100/
obj-$(CONFIG_INFINIBAND_EHCA)	+= ehca/
obj-$(CONFIG_INFINIBAND_EHCA)	+= ehca/
obj-$(CONFIG_INFINIBAND_HFI1)	+= hfi1/
obj-$(CONFIG_INFINIBAND_HFI1)	+= hfi1/
obj-$(CONFIG_INFINIBAND_IPATH)	+= ipath/
obj-$(CONFIG_INFINIBAND_IPATH)	+= ipath/
+0 −6
Original line number Original line Diff line number Diff line
ccflags-$(CONFIG_INFINIBAND_AMSO1100_DEBUG) := -DDEBUG

obj-$(CONFIG_INFINIBAND_AMSO1100) += iw_c2.o

iw_c2-y := c2.o c2_provider.o c2_rnic.o c2_alloc.o c2_mq.o c2_ae.o c2_vq.o \
	c2_intr.o c2_cq.o c2_qp.o c2_cm.o c2_mm.o c2_pd.o
+0 −15
Original line number Original line Diff line number Diff line
config INFINIBAND_AMSO1100
	tristate "Ammasso 1100 HCA support"
	depends on PCI && INET
	---help---
	  This is a low-level driver for the Ammasso 1100 host
	  channel adapter (HCA).

config INFINIBAND_AMSO1100_DEBUG
	bool "Verbose debugging output"
	depends on INFINIBAND_AMSO1100
	default n
	---help---
	  This option causes the amso1100 driver to produce a bunch of
	  debug messages.  Select this if you are developing the driver
	  or trying to diagnose a problem.
Loading