Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
[linux-2.6-microblaze.git] / lib / Kconfig.debug
index 7c70521..7d7097c 100644 (file)
@@ -2311,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