Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / net / mptcp / Kconfig
index 698bc35..2032892 100644 (file)
@@ -19,14 +19,11 @@ config INET_MPTCP_DIAG
 
 config MPTCP_IPV6
        bool "MPTCP: IPv6 support for Multipath TCP"
-       select IPV6
+       depends on IPV6=y
        default y
 
-endif
-
-config MPTCP_KUNIT_TESTS
+config MPTCP_KUNIT_TEST
        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