2007-05-23 21:21:22 +00:00
|
|
|
menuconfig INFINIBAND
|
2005-04-16 22:20:36 +00:00
|
|
|
tristate "InfiniBand support"
|
2007-05-23 21:21:22 +00:00
|
|
|
depends on PCI || BROKEN
|
|
|
|
depends on HAS_IOMEM
|
2011-05-20 18:46:11 +00:00
|
|
|
depends on NET
|
2005-04-16 22:20:36 +00:00
|
|
|
---help---
|
|
|
|
Core support for InfiniBand (IB). Make sure to also select
|
|
|
|
any protocols you wish to use as well as drivers for your
|
|
|
|
InfiniBand hardware.
|
|
|
|
|
2007-05-23 21:21:22 +00:00
|
|
|
if INFINIBAND
|
|
|
|
|
2005-09-07 19:43:08 +00:00
|
|
|
config INFINIBAND_USER_MAD
|
|
|
|
tristate "InfiniBand userspace MAD support"
|
2005-07-08 00:57:14 +00:00
|
|
|
depends on INFINIBAND
|
|
|
|
---help---
|
2005-09-07 19:43:08 +00:00
|
|
|
Userspace InfiniBand Management Datagram (MAD) support. This
|
|
|
|
is the kernel side of the userspace MAD support, which allows
|
2006-09-22 22:22:46 +00:00
|
|
|
userspace processes to send and receive MADs. You will also
|
2010-10-18 09:03:14 +00:00
|
|
|
need libibumad from <http://www.openfabrics.org/downloads/management/>.
|
2005-09-07 19:43:08 +00:00
|
|
|
|
|
|
|
config INFINIBAND_USER_ACCESS
|
|
|
|
tristate "InfiniBand userspace access (verbs and CM)"
|
2010-02-25 00:51:20 +00:00
|
|
|
select ANON_INODES
|
2005-09-07 19:43:08 +00:00
|
|
|
---help---
|
|
|
|
Userspace InfiniBand access support. This enables the
|
|
|
|
kernel side of userspace verbs and the userspace
|
|
|
|
communication manager (CM). This allows userspace processes
|
|
|
|
to set up connections and directly access InfiniBand
|
|
|
|
hardware for fast-path operations. You will also need
|
|
|
|
libibverbs, libibcm and a hardware driver library from
|
2010-10-18 09:03:14 +00:00
|
|
|
<http://www.openfabrics.org/git/>.
|
2005-07-08 00:57:14 +00:00
|
|
|
|
2007-03-05 00:15:11 +00:00
|
|
|
config INFINIBAND_USER_MEM
|
|
|
|
bool
|
|
|
|
depends on INFINIBAND_USER_ACCESS != n
|
|
|
|
default y
|
|
|
|
|
2006-06-18 03:37:28 +00:00
|
|
|
config INFINIBAND_ADDR_TRANS
|
|
|
|
bool
|
2007-05-23 21:21:22 +00:00
|
|
|
depends on INET
|
2008-12-30 07:37:14 +00:00
|
|
|
depends on !(INFINIBAND = y && IPV6 = m)
|
2006-06-18 03:37:28 +00:00
|
|
|
default y
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
source "drivers/infiniband/hw/mthca/Kconfig"
|
2006-03-29 23:23:39 +00:00
|
|
|
source "drivers/infiniband/hw/ipath/Kconfig"
|
2010-05-24 04:44:54 +00:00
|
|
|
source "drivers/infiniband/hw/qib/Kconfig"
|
2006-09-22 22:22:22 +00:00
|
|
|
source "drivers/infiniband/hw/ehca/Kconfig"
|
2006-09-22 22:22:48 +00:00
|
|
|
source "drivers/infiniband/hw/amso1100/Kconfig"
|
2007-02-13 00:16:18 +00:00
|
|
|
source "drivers/infiniband/hw/cxgb3/Kconfig"
|
2010-04-21 22:30:06 +00:00
|
|
|
source "drivers/infiniband/hw/cxgb4/Kconfig"
|
2007-05-09 01:00:38 +00:00
|
|
|
source "drivers/infiniband/hw/mlx4/Kconfig"
|
2008-02-05 04:20:45 +00:00
|
|
|
source "drivers/infiniband/hw/nes/Kconfig"
|
2007-05-09 01:00:38 +00:00
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
source "drivers/infiniband/ulp/ipoib/Kconfig"
|
|
|
|
|
2005-11-02 22:07:13 +00:00
|
|
|
source "drivers/infiniband/ulp/srp/Kconfig"
|
2011-10-14 01:30:46 +00:00
|
|
|
source "drivers/infiniband/ulp/srpt/Kconfig"
|
2005-11-02 22:07:13 +00:00
|
|
|
|
2006-05-11 07:03:30 +00:00
|
|
|
source "drivers/infiniband/ulp/iser/Kconfig"
|
|
|
|
|
2007-05-23 21:21:22 +00:00
|
|
|
endif # INFINIBAND
|