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

Commit 072bf1f7 authored by Steve Wise's avatar Steve Wise Committed by Doug Ledford
Browse files

RDMA/amso1100: Deprecate the amso1100 driver and move to staging



The HW hasn't been sold since 2005, and the SW has definite bit rot.
Its time to remove it.  So move it to staging for a few releases and
then remove it after that.

Signed-off-by: default avatarSteve Wise <swise@opengridcomputing.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 6f9b3890
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ config INFINIBAND_ADDR_TRANS
source "drivers/infiniband/hw/mthca/Kconfig"
source "drivers/infiniband/hw/qib/Kconfig"
source "drivers/infiniband/hw/ehca/Kconfig"
source "drivers/infiniband/hw/amso1100/Kconfig"
source "drivers/infiniband/hw/cxgb3/Kconfig"
source "drivers/infiniband/hw/cxgb4/Kconfig"
source "drivers/infiniband/hw/mlx4/Kconfig"
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_INFINIBAND_MTHCA)		+= mthca/
obj-$(CONFIG_INFINIBAND_QIB)		+= qib/
obj-$(CONFIG_INFINIBAND_EHCA)		+= ehca/
obj-$(CONFIG_INFINIBAND_AMSO1100)	+= amso1100/
obj-$(CONFIG_INFINIBAND_CXGB3)		+= cxgb3/
obj-$(CONFIG_INFINIBAND_CXGB4)		+= cxgb4/
obj-$(CONFIG_MLX4_INFINIBAND)		+= mlx4/
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ menuconfig STAGING_RDMA
# Please keep entries in alphabetic order
if STAGING_RDMA

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

source "drivers/staging/rdma/ipath/Kconfig"

endif
+1 −0
Original line number Diff line number Diff line
# Entries for RDMA_STAGING tree
obj-$(CONFIG_INFINIBAND_AMSO1100)	+= amso1100/
obj-$(CONFIG_INFINIBAND_IPATH)	+= ipath/
Loading