diff options
Diffstat (limited to 'net/tipc/Kconfig')
-rw-r--r-- | net/tipc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/tipc/Kconfig b/net/tipc/Kconfig index 4f99600a5fed..c890848f9d56 100644 --- a/net/tipc/Kconfig +++ b/net/tipc/Kconfig | |||
@@ -31,3 +31,10 @@ config TIPC_PORTS | |||
31 | 31 | ||
32 | Setting this to a smaller value saves some memory, | 32 | Setting this to a smaller value saves some memory, |
33 | setting it to higher allows for more ports. | 33 | setting it to higher allows for more ports. |
34 | |||
35 | config TIPC_MEDIA_IB | ||
36 | bool "InfiniBand media type support" | ||
37 | depends on TIPC && INFINIBAND_IPOIB | ||
38 | help | ||
39 | Saying Y here will enable support for running TIPC on | ||
40 | IP-over-InfiniBand devices. | ||