]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 19 Oct 2020 11:32:40 +0000 (13:32 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 Oct 2020 23:50:06 +0000 (16:50 -0700)
commitac2136ecec593dcd41c4838e4be5c7f912b9cea2
tree4b3911f951c85240c1448cc91d8657c7f2ce5327
parenta3b2171b294a1c879c256d23b75ad0cf6864a370
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: a3537bc0e1c863d6 ("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>
net/mptcp/Kconfig