Kconfig (8afecfb0ec961e37e61b2d19c4fa71617a9482de) | Kconfig (cd238effefa28fac177e51dcf5e9d1a8b59c3c6b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# TIPC configuration 4# 5 6menuconfig TIPC 7 tristate "The TIPC Protocol" 8 depends on INET 9 ---help--- 10 The Transparent Inter Process Communication (TIPC) protocol is 11 specially designed for intra cluster communication. This protocol 12 originates from Ericsson where it has been used in carrier grade 13 cluster applications for many years. 14 15 For more information about TIPC, see http://tipc.sourceforge.net. 16 17 This protocol support is also available as a module ( = code which 18 can be inserted in and removed from the running kernel whenever you 19 want). The module will be called tipc. If you want to compile it | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# TIPC configuration 4# 5 6menuconfig TIPC 7 tristate "The TIPC Protocol" 8 depends on INET 9 ---help--- 10 The Transparent Inter Process Communication (TIPC) protocol is 11 specially designed for intra cluster communication. This protocol 12 originates from Ericsson where it has been used in carrier grade 13 cluster applications for many years. 14 15 For more information about TIPC, see http://tipc.sourceforge.net. 16 17 This protocol support is also available as a module ( = code which 18 can be inserted in and removed from the running kernel whenever you 19 want). The module will be called tipc. If you want to compile it |
20 as a module, say M here and read <file:Documentation/kbuild/modules.txt>. | 20 as a module, say M here and read <file:Documentation/kbuild/modules.rst>. |
21 22 If in doubt, say N. 23 24config TIPC_MEDIA_IB 25 bool "InfiniBand media type support" 26 depends on TIPC && INFINIBAND_IPOIB 27 help 28 Saying Y here will enable support for running TIPC on --- 17 unchanged lines hidden --- | 21 22 If in doubt, say N. 23 24config TIPC_MEDIA_IB 25 bool "InfiniBand media type support" 26 depends on TIPC && INFINIBAND_IPOIB 27 help 28 Saying Y here will enable support for running TIPC on --- 17 unchanged lines hidden --- |