mptcp: MPTCP_HMAC_TEST should depend on MPTCP
[linux-2.6-microblaze.git] / net / mptcp / Kconfig
index 5db56d2..49f6054 100644 (file)
@@ -10,17 +10,19 @@ config MPTCP
          uses the TCP protocol, and TCP options carry header information for
          MPTCP.
 
+if MPTCP
+
 config MPTCP_IPV6
        bool "MPTCP: IPv6 support for Multipath TCP"
-       depends on MPTCP
        select IPV6
        default y
 
 config MPTCP_HMAC_TEST
        bool "Tests for MPTCP HMAC implementation"
-       default n
        help
          This option enable boot time self-test for the HMAC implementation
          used by the MPTCP code
 
          Say N if you are unsure.
+
+endif