OSDN Git Service

MIPS: VDSO: Prevent use of smp_processor_id()
[android-x86/kernel.git] / drivers / infiniband / Kconfig
1 menuconfig INFINIBAND
2         tristate "InfiniBand support"
3         depends on PCI || BROKEN
4         depends on HAS_IOMEM
5         depends on NET
6         depends on INET
7         depends on m || IPV6 != m
8         select IRQ_POLL
9         ---help---
10           Core support for InfiniBand (IB).  Make sure to also select
11           any protocols you wish to use as well as drivers for your
12           InfiniBand hardware.
13
14 if INFINIBAND
15
16 config INFINIBAND_USER_MAD
17         tristate "InfiniBand userspace MAD support"
18         depends on INFINIBAND
19         ---help---
20           Userspace InfiniBand Management Datagram (MAD) support.  This
21           is the kernel side of the userspace MAD support, which allows
22           userspace processes to send and receive MADs. You will also
23           need libibumad from <http://www.openfabrics.org/downloads/management/>.
24
25 config INFINIBAND_USER_ACCESS
26         tristate "InfiniBand userspace access (verbs and CM)"
27         select ANON_INODES
28         ---help---
29           Userspace InfiniBand access support.  This enables the
30           kernel side of userspace verbs and the userspace
31           communication manager (CM).  This allows userspace processes
32           to set up connections and directly access InfiniBand
33           hardware for fast-path operations.  You will also need
34           libibverbs, libibcm and a hardware driver library from
35           <http://www.openfabrics.org/git/>.
36
37 config INFINIBAND_USER_ACCESS_UCM
38         bool "Userspace CM (UCM, DEPRECATED)"
39         depends on BROKEN
40         depends on INFINIBAND_USER_ACCESS
41         help
42           The UCM module has known security flaws, which no one is
43           interested to fix. The user-space part of this code was
44           dropped from the upstream a long time ago.
45
46           This option is DEPRECATED and planned to be removed.
47
48
49 config INFINIBAND_USER_MEM
50         bool
51         depends on INFINIBAND_USER_ACCESS != n
52         default y
53
54 config INFINIBAND_ON_DEMAND_PAGING
55         bool "InfiniBand on-demand paging support"
56         depends on INFINIBAND_USER_MEM
57         select MMU_NOTIFIER
58         default y
59         ---help---
60           On demand paging support for the InfiniBand subsystem.
61           Together with driver support this allows registration of
62           memory regions without pinning their pages, fetching the
63           pages on demand instead.
64
65 config INFINIBAND_ADDR_TRANS
66         bool
67         depends on INFINIBAND
68         default y
69
70 config INFINIBAND_ADDR_TRANS_CONFIGFS
71         bool
72         depends on INFINIBAND_ADDR_TRANS && CONFIGFS_FS && !(INFINIBAND=y && CONFIGFS_FS=m)
73         default y
74         ---help---
75           ConfigFS support for RDMA communication manager (CM).
76           This allows the user to config the default GID type that the CM
77           uses for each device, when initiaing new connections.
78
79 source "drivers/infiniband/hw/mthca/Kconfig"
80 source "drivers/infiniband/hw/qib/Kconfig"
81 source "drivers/infiniband/hw/cxgb3/Kconfig"
82 source "drivers/infiniband/hw/cxgb4/Kconfig"
83 source "drivers/infiniband/hw/i40iw/Kconfig"
84 source "drivers/infiniband/hw/mlx4/Kconfig"
85 source "drivers/infiniband/hw/mlx5/Kconfig"
86 source "drivers/infiniband/hw/nes/Kconfig"
87 source "drivers/infiniband/hw/ocrdma/Kconfig"
88 source "drivers/infiniband/hw/usnic/Kconfig"
89 source "drivers/infiniband/hw/hns/Kconfig"
90
91 source "drivers/infiniband/ulp/ipoib/Kconfig"
92
93 source "drivers/infiniband/ulp/srp/Kconfig"
94 source "drivers/infiniband/ulp/srpt/Kconfig"
95
96 source "drivers/infiniband/ulp/iser/Kconfig"
97 source "drivers/infiniband/ulp/isert/Kconfig"
98
99 source "drivers/infiniband/sw/rdmavt/Kconfig"
100 source "drivers/infiniband/sw/rxe/Kconfig"
101
102 source "drivers/infiniband/hw/hfi1/Kconfig"
103
104 source "drivers/infiniband/hw/qedr/Kconfig"
105
106 endif # INFINIBAND