1
0
Fork 0

mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it

MPTCP_KUNIT_TESTS selects MPTCP, thus enabling an optional feature the
user may not want to enable.  Fix this by making the test depend on
MPTCP instead.

Fixes: a00a582203 ("mptcp: move crypto test to KUNIT")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Link: https://lore.kernel.org/r/20201019113240.11516-1-geert@linux-m68k.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
zero-sugar-mainline-defconfig
Geert Uytterhoeven 2020-10-19 13:32:40 +02:00 committed by Jakub Kicinski
parent e8488574e3
commit b142083b58
1 changed files with 1 additions and 3 deletions

View File

@ -22,11 +22,8 @@ config MPTCP_IPV6
select IPV6
default y
endif
config MPTCP_KUNIT_TESTS
tristate "This builds the MPTCP KUnit tests" if !KUNIT_ALL_TESTS
select MPTCP
depends on KUNIT
default KUNIT_ALL_TESTS
help
@ -39,3 +36,4 @@ config MPTCP_KUNIT_TESTS
If unsure, say N.
endif