mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
447e9a4d27
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>
10 lines
368 B
Makefile
10 lines
368 B
Makefile
obj-$(CONFIG_INFINIBAND_MTHCA) += mthca/
|
|
obj-$(CONFIG_INFINIBAND_QIB) += qib/
|
|
obj-$(CONFIG_INFINIBAND_CXGB3) += cxgb3/
|
|
obj-$(CONFIG_INFINIBAND_CXGB4) += cxgb4/
|
|
obj-$(CONFIG_MLX4_INFINIBAND) += mlx4/
|
|
obj-$(CONFIG_MLX5_INFINIBAND) += mlx5/
|
|
obj-$(CONFIG_INFINIBAND_NES) += nes/
|
|
obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma/
|
|
obj-$(CONFIG_INFINIBAND_USNIC) += usnic/
|