Commit b142083b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jakub Kicinski
Browse files

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: a00a5822 ("mptcp: move crypto test to KUNIT")
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: default avatarMatthieu Baerts <matthieu.baerts@tessares.net>
Link: https://lore.kernel.org/r/20201019113240.11516-1-geert@linux-m68k.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent e8488574
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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