Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / lib / Kconfig.debug
index 279926f5f843e61b837433175a8067077308f9de..66d44d35cc97f939db21f14e24432e91b540e09d 100644 (file)
@@ -2063,13 +2063,6 @@ config TEST_BITMAP
 
          If unsure, say N.
 
-config TEST_BITFIELD
-       tristate "Test bitfield functions at runtime"
-       help
-         Enable this option to test the bitfield functions at boot.
-
-         If unsure, say N.
-
 config TEST_UUID
        tristate "Test functions located in the uuid module at runtime"
 
@@ -2219,6 +2212,22 @@ config TEST_SYSCTL
 
          If unsure, say N.
 
+config BITFIELD_KUNIT
+       tristate "KUnit test bitfield functions at runtime"
+       depends on KUNIT
+       help
+         Enable this option to test the bitfield functions at boot.
+
+         KUnit tests run during boot and output the results to the debug log
+         in TAP format (http://testanything.org/). Only useful for kernel devs
+         running the KUnit test harness, and not intended for inclusion into a
+         production build.
+
+         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