Kconfig (0ea8a56de21be24cb79abb03dee79aabcd60a316) Kconfig (b142083b585c2c03af24cca4d274f797796a4064)
1
2config MPTCP
3 bool "MPTCP: Multipath TCP"
4 depends on INET
5 select SKB_EXTENSIONS
6 select CRYPTO_LIB_SHA256
7 select CRYPTO
8 help

--- 8 unchanged lines hidden (view full) ---

17 depends on INET_DIAG
18 def_tristate INET_DIAG
19
20config MPTCP_IPV6
21 bool "MPTCP: IPv6 support for Multipath TCP"
22 select IPV6
23 default y
24
1
2config MPTCP
3 bool "MPTCP: Multipath TCP"
4 depends on INET
5 select SKB_EXTENSIONS
6 select CRYPTO_LIB_SHA256
7 select CRYPTO
8 help

--- 8 unchanged lines hidden (view full) ---

17 depends on INET_DIAG
18 def_tristate INET_DIAG
19
20config MPTCP_IPV6
21 bool "MPTCP: IPv6 support for Multipath TCP"
22 select IPV6
23 default y
24
25endif
26
27config MPTCP_KUNIT_TESTS
28 tristate "This builds the MPTCP KUnit tests" if !KUNIT_ALL_TESTS
25config MPTCP_KUNIT_TESTS
26 tristate "This builds the MPTCP KUnit tests" if !KUNIT_ALL_TESTS
29 select MPTCP
30 depends on KUNIT
31 default KUNIT_ALL_TESTS
32 help
33 Currently covers the MPTCP crypto and token helpers.
34 Only useful for kernel devs running KUnit test harness and are not
35 for inclusion into a production build.
36
37 For more information on KUnit and unit tests in general please refer
38 to the KUnit documentation in Documentation/dev-tools/kunit/.
39
40 If unsure, say N.
41
27 depends on KUNIT
28 default KUNIT_ALL_TESTS
29 help
30 Currently covers the MPTCP crypto and token helpers.
31 Only useful for kernel devs running KUnit test harness and are not
32 for inclusion into a production build.
33
34 For more information on KUnit and unit tests in general please refer
35 to the KUnit documentation in Documentation/dev-tools/kunit/.
36
37 If unsure, say N.
38
39endif