aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/Kconfig
diff options
context:
space:
mode:
authorSteve Wise <swise@opengridcomputing.com>2015-07-29 09:44:14 -0500
committerDoug Ledford <dledford@redhat.com>2015-08-28 22:54:49 -0400
commit072bf1f7e4b5963034df35460f5f311396347a36 (patch)
tree36788eb73633baae30cb5d8181188dca61cf57b4 /drivers/staging/rdma/Kconfig
parentIB/ipath: Deprecate ipath driver and move to staging. (diff)
downloadlinux-dev-072bf1f7e4b5963034df35460f5f311396347a36.tar.xz
linux-dev-072bf1f7e4b5963034df35460f5f311396347a36.zip
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: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/Kconfig')
-rw-r--r--drivers/staging/rdma/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/rdma/Kconfig b/drivers/staging/rdma/Kconfig
index e582553e1814..5084088c8946 100644
--- a/drivers/staging/rdma/Kconfig
+++ b/drivers/staging/rdma/Kconfig
@@ -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