diff options
author | Doug Ledford <dledford@redhat.com> | 2015-09-11 12:52:26 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-09-11 18:13:35 -0400 |
commit | 447e9a4d27484175a84daaa8e03d35c650f443b7 (patch) | |
tree | f6d3246670bdf7dec21d1cfb2b5cbc56c2844831 /drivers/staging/rdma/Makefile | |
parent | d1178cbcdcf91900ccf10a177350d7945703c151 (diff) | |
download | linux-stable-447e9a4d27484175a84daaa8e03d35c650f443b7.tar.gz linux-stable-447e9a4d27484175a84daaa8e03d35c650f443b7.tar.bz2 linux-stable-447e9a4d27484175a84daaa8e03d35c650f443b7.zip |
IB/ehca: Deprecate driver, move to staging, schedule deletion
The ehca driver is only supported on IBM machines with a custom EBus.
As they have opted to build their newer machines using more industry
standard technology and haven't really been pushing EBus capable
machines for a while, this driver can now safely be moved to the
staging area and scheduled for eventual removal. This plan was brought
to IBM's attention and received their sign-off.
Cc: alexs@linux.vnet.ibm.com
Cc: hnguyen@de.ibm.com
Cc: raisch@de.ibm.com
Cc: stefan.roscher@de.ibm.com
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/staging/rdma/Makefile')
-rw-r--r-- | drivers/staging/rdma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rdma/Makefile b/drivers/staging/rdma/Makefile index cbd915ac7f20..139d78ef2c24 100644 --- a/drivers/staging/rdma/Makefile +++ b/drivers/staging/rdma/Makefile @@ -1,4 +1,5 @@ # Entries for RDMA_STAGING tree obj-$(CONFIG_INFINIBAND_AMSO1100) += amso1100/ +obj-$(CONFIG_INFINIBAND_EHCA) += ehca/ obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/ obj-$(CONFIG_INFINIBAND_IPATH) += ipath/ |