Jan Engelhardt | 06cc850 | 2007-05-23 14:21:22 -0700 | [diff] [blame] | 1 | menuconfig INFINIBAND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | tristate "InfiniBand support" |
Geert Uytterhoeven | db0acbc | 2017-11-19 19:58:30 +0100 | [diff] [blame] | 3 | depends on HAS_IOMEM && HAS_DMA |
Roland Dreier | b2cbae2 | 2011-05-20 11:46:11 -0700 | [diff] [blame] | 4 | depends on NET |
Matan Barak | 2f85d24 | 2014-01-16 17:16:47 +0200 | [diff] [blame] | 5 | depends on INET |
| 6 | depends on m || IPV6 != m |
Christoph Hellwig | 14d3a3b | 2015-12-11 11:53:03 -0800 | [diff] [blame] | 7 | select IRQ_POLL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | ---help--- |
| 9 | Core support for InfiniBand (IB). Make sure to also select |
| 10 | any protocols you wish to use as well as drivers for your |
| 11 | InfiniBand hardware. |
| 12 | |
Jan Engelhardt | 06cc850 | 2007-05-23 14:21:22 -0700 | [diff] [blame] | 13 | if INFINIBAND |
| 14 | |
James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 15 | config INFINIBAND_USER_MAD |
| 16 | tristate "InfiniBand userspace MAD support" |
Roland Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 17 | depends on INFINIBAND |
| 18 | ---help--- |
James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 19 | Userspace InfiniBand Management Datagram (MAD) support. This |
| 20 | is the kernel side of the userspace MAD support, which allows |
Roland Dreier | 3cd9656 | 2006-09-22 15:22:46 -0700 | [diff] [blame] | 21 | userspace processes to send and receive MADs. You will also |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 22 | need libibumad from <http://www.openfabrics.org/downloads/management/>. |
James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 23 | |
| 24 | config INFINIBAND_USER_ACCESS |
| 25 | tristate "InfiniBand userspace access (verbs and CM)" |
Roland Dreier | a265e55 | 2010-02-24 16:51:20 -0800 | [diff] [blame] | 26 | select ANON_INODES |
James Lentini | 17781cd | 2005-09-07 12:43:08 -0700 | [diff] [blame] | 27 | ---help--- |
| 28 | Userspace InfiniBand access support. This enables the |
| 29 | kernel side of userspace verbs and the userspace |
| 30 | communication manager (CM). This allows userspace processes |
| 31 | to set up connections and directly access InfiniBand |
| 32 | hardware for fast-path operations. You will also need |
| 33 | libibverbs, libibcm and a hardware driver library from |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 34 | <http://www.openfabrics.org/git/>. |
Roland Dreier | 2d927d6 | 2005-07-07 17:57:14 -0700 | [diff] [blame] | 35 | |
Matan Barak | 8eb19e8 | 2017-08-03 16:07:07 +0300 | [diff] [blame] | 36 | config INFINIBAND_EXP_USER_ACCESS |
| 37 | bool "Allow experimental support for Infiniband ABI" |
| 38 | depends on INFINIBAND_USER_ACCESS |
| 39 | ---help--- |
| 40 | IOCTL based ABI support for Infiniband. This allows userspace |
| 41 | to invoke the experimental IOCTL based ABI. |
| 42 | These commands are parsed via per-device parsing tree and |
| 43 | enables per-device features. |
| 44 | |
Roland Dreier | f7c6a7b | 2007-03-04 16:15:11 -0800 | [diff] [blame] | 45 | config INFINIBAND_USER_MEM |
| 46 | bool |
| 47 | depends on INFINIBAND_USER_ACCESS != n |
Arnd Bergmann | 9cc12ad | 2017-10-06 09:13:46 +0200 | [diff] [blame] | 48 | depends on MMU |
Roland Dreier | f7c6a7b | 2007-03-04 16:15:11 -0800 | [diff] [blame] | 49 | default y |
| 50 | |
Sagi Grimberg | 860f10a | 2014-12-11 17:04:16 +0200 | [diff] [blame] | 51 | config INFINIBAND_ON_DEMAND_PAGING |
| 52 | bool "InfiniBand on-demand paging support" |
| 53 | depends on INFINIBAND_USER_MEM |
Haggai Eran | 882214e | 2014-12-11 17:04:18 +0200 | [diff] [blame] | 54 | select MMU_NOTIFIER |
Sagi Grimberg | 860f10a | 2014-12-11 17:04:16 +0200 | [diff] [blame] | 55 | default y |
| 56 | ---help--- |
| 57 | On demand paging support for the InfiniBand subsystem. |
| 58 | Together with driver support this allows registration of |
| 59 | memory regions without pinning their pages, fetching the |
| 60 | pages on demand instead. |
| 61 | |
Sean Hefty | 7025fcd | 2006-06-17 20:37:28 -0700 | [diff] [blame] | 62 | config INFINIBAND_ADDR_TRANS |
| 63 | bool |
Matan Barak | 2f85d24 | 2014-01-16 17:16:47 +0200 | [diff] [blame] | 64 | depends on INFINIBAND |
Sean Hefty | 7025fcd | 2006-06-17 20:37:28 -0700 | [diff] [blame] | 65 | default y |
| 66 | |
Matan Barak | 045959d | 2015-12-23 14:56:55 +0200 | [diff] [blame] | 67 | config INFINIBAND_ADDR_TRANS_CONFIGFS |
| 68 | bool |
| 69 | depends on INFINIBAND_ADDR_TRANS && CONFIGFS_FS && !(INFINIBAND=y && CONFIGFS_FS=m) |
| 70 | default y |
| 71 | ---help--- |
| 72 | ConfigFS support for RDMA communication manager (CM). |
| 73 | This allows the user to config the default GID type that the CM |
| 74 | uses for each device, when initiaing new connections. |
| 75 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | source "drivers/infiniband/hw/mthca/Kconfig" |
Ralph Campbell | f931551 | 2010-05-23 21:44:54 -0700 | [diff] [blame] | 77 | source "drivers/infiniband/hw/qib/Kconfig" |
Steve Wise | b038ced | 2007-02-12 16:16:18 -0800 | [diff] [blame] | 78 | source "drivers/infiniband/hw/cxgb3/Kconfig" |
Steve Wise | cfdda9d | 2010-04-21 15:30:06 -0700 | [diff] [blame] | 79 | source "drivers/infiniband/hw/cxgb4/Kconfig" |
Faisal Latif | 6e4de86 | 2016-01-20 13:40:16 -0600 | [diff] [blame] | 80 | source "drivers/infiniband/hw/i40iw/Kconfig" |
Roland Dreier | 225c7b1 | 2007-05-08 18:00:38 -0700 | [diff] [blame] | 81 | source "drivers/infiniband/hw/mlx4/Kconfig" |
Eli Cohen | e126ba9 | 2013-07-07 17:25:49 +0300 | [diff] [blame] | 82 | source "drivers/infiniband/hw/mlx5/Kconfig" |
Glenn Streiff | 3c2d774 | 2008-02-04 20:20:45 -0800 | [diff] [blame] | 83 | source "drivers/infiniband/hw/nes/Kconfig" |
Parav Pandit | fe2caef | 2012-03-21 04:09:06 +0530 | [diff] [blame] | 84 | source "drivers/infiniband/hw/ocrdma/Kconfig" |
Adit Ranadive | 29c8d9e | 2016-10-02 19:10:22 -0700 | [diff] [blame] | 85 | source "drivers/infiniband/hw/vmw_pvrdma/Kconfig" |
Upinder Malhi | e3cf00d | 2013-09-10 03:38:16 +0000 | [diff] [blame] | 86 | source "drivers/infiniband/hw/usnic/Kconfig" |
oulijun | 8793f77 | 2016-07-21 19:06:56 +0800 | [diff] [blame] | 87 | source "drivers/infiniband/hw/hns/Kconfig" |
Roland Dreier | 225c7b1 | 2007-05-08 18:00:38 -0700 | [diff] [blame] | 88 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | source "drivers/infiniband/ulp/ipoib/Kconfig" |
| 90 | |
Roland Dreier | aef9ec3 | 2005-11-02 14:07:13 -0800 | [diff] [blame] | 91 | source "drivers/infiniband/ulp/srp/Kconfig" |
Bart Van Assche | a42d985 | 2011-10-14 01:30:46 +0000 | [diff] [blame] | 92 | source "drivers/infiniband/ulp/srpt/Kconfig" |
Roland Dreier | aef9ec3 | 2005-11-02 14:07:13 -0800 | [diff] [blame] | 93 | |
Or Gerlitz | 3f1244a | 2006-05-11 10:03:30 +0300 | [diff] [blame] | 94 | source "drivers/infiniband/ulp/iser/Kconfig" |
Nicholas Bellinger | b8d26b3 | 2013-03-07 00:56:19 -0800 | [diff] [blame] | 95 | source "drivers/infiniband/ulp/isert/Kconfig" |
Or Gerlitz | 3f1244a | 2006-05-11 10:03:30 +0300 | [diff] [blame] | 96 | |
Vishwanathapura, Niranjana | 7d6f728 | 2017-04-12 20:29:22 -0700 | [diff] [blame] | 97 | source "drivers/infiniband/ulp/opa_vnic/Kconfig" |
Dennis Dalessandro | 0194621 | 2016-01-06 09:50:24 -0800 | [diff] [blame] | 98 | source "drivers/infiniband/sw/rdmavt/Kconfig" |
Moni Shoua | 8700e3e | 2016-06-16 16:45:23 +0300 | [diff] [blame] | 99 | source "drivers/infiniband/sw/rxe/Kconfig" |
Dennis Dalessandro | 0194621 | 2016-01-06 09:50:24 -0800 | [diff] [blame] | 100 | |
Dennis Dalessandro | f48ad61 | 2016-05-19 05:26:51 -0700 | [diff] [blame] | 101 | source "drivers/infiniband/hw/hfi1/Kconfig" |
| 102 | |
Ram Amrani | 2e0cbc4 | 2016-10-10 13:15:30 +0300 | [diff] [blame] | 103 | source "drivers/infiniband/hw/qedr/Kconfig" |
| 104 | |
Selvin Xavier | 592e8b3 | 2017-02-10 03:19:53 -0800 | [diff] [blame] | 105 | source "drivers/infiniband/hw/bnxt_re/Kconfig" |
| 106 | |
Jan Engelhardt | 06cc850 | 2007-05-23 14:21:22 -0700 | [diff] [blame] | 107 | endif # INFINIBAND |