[openib-general] [PATCH] Add access into build (Roland's branch)

Hal Rosenstock halr at voltaire.com
Tue Sep 28 18:21:04 PDT 2004


Add access into build (Roland's branch)

Index: src/linux-kernel/infiniband/Kconfig
===================================================================
--- src/linux-kernel/infiniband/Kconfig (revision 904)
+++ src/linux-kernel/infiniband/Kconfig (working copy)
@@ -8,6 +8,15 @@
          any protocols you wish to use as well as drivers for your
          InfiniBand hardware.
 
+config INFINIBAND_ACCESS_LAYER
+       tristate "InfiniBand Access Layer"
+       depends on INFINIBAND
+       default n
+       ---help---
+         InfiniBand Access Layer (AL) includes SMI (Subnet
+         Management Interface) and GSI (General Services
+         Interface).
+
 config INFINIBAND_USER_CM
        tristate "Userspace CM"
        depends on INFINIBAND && INFINIBAND_MELLANOX_HCA
Index: src/linux-kernel/infiniband/Makefile
===================================================================
--- src/linux-kernel/infiniband/Makefile        (revision 904)
+++ src/linux-kernel/infiniband/Makefile        (working copy)
@@ -1 +1 @@
-obj-$(CONFIG_INFINIBAND) += legacy/ core/ ulp/ hw/
+obj-$(CONFIG_INFINIBAND) += legacy/ core/ access/ ulp/ hw/





More information about the general mailing list