Merge tag 'arm-late-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / net / mctp / Kconfig
index 2cdf3d0..3a5c0e7 100644 (file)
@@ -1,7 +1,7 @@
 
 menuconfig MCTP
        depends on NET
-       tristate "MCTP core protocol support"
+       bool "MCTP core protocol support"
        help
          Management Component Transport Protocol (MCTP) is an in-system
          protocol for communicating between management controllers and
@@ -11,3 +11,13 @@ menuconfig MCTP
          This option enables core MCTP support. For communicating with other
          devices, you'll want to enable a driver for a specific hardware
          channel.
+
+config MCTP_TEST
+        bool "MCTP core tests" if !KUNIT_ALL_TESTS
+        depends on MCTP=y && KUNIT=y
+        default KUNIT_ALL_TESTS
+
+config MCTP_FLOWS
+       bool
+       depends on MCTP
+       select SKB_EXTENSIONS