Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
[linux-2.6-microblaze.git] / lib / Kconfig.debug
index 8be18d0..7d7097c 100644 (file)
@@ -2257,6 +2257,17 @@ config BITFIELD_KUNIT
 
          If unsure, say N.
 
+config RESOURCE_KUNIT_TEST
+       tristate "KUnit test for resource API"
+       depends on KUNIT
+       help
+         This builds the resource API unit test.
+         Tests the logic of API provided by resource.c and ioport.h.
+         For more information on KUnit and unit tests in general please refer
+         to the KUnit documentation in Documentation/dev-tools/kunit/.
+
+         If unsure, say N.
+
 config SYSCTL_KUNIT_TEST
        tristate "KUnit test for sysctl" if !KUNIT_ALL_TESTS
        depends on KUNIT
@@ -2300,6 +2311,17 @@ config LINEAR_RANGES_TEST
 
          If unsure, say N.
 
+config CMDLINE_KUNIT_TEST
+       tristate "KUnit test for cmdline API"
+       depends on KUNIT
+       help
+         This builds the cmdline API unit test.
+         Tests the logic of API provided by cmdline.c.
+         For more information on KUnit and unit tests in general please refer
+         to the KUnit documentation in Documentation/dev-tools/kunit/.
+
+         If unsure, say N.
+
 config BITS_TEST
        tristate "KUnit test for bits.h"
        depends on KUNIT