Merge tag 'riscv-for-linus-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-starfive.git] / lib / Kconfig.debug
index 403071f..072e4b2 100644 (file)
@@ -2029,6 +2029,15 @@ config LKDTM
        Documentation on how to use the module can be found in
        Documentation/fault-injection/provoke-crashes.rst
 
+config TEST_CPUMASK
+       tristate "cpumask tests" if !KUNIT_ALL_TESTS
+       depends on KUNIT
+       default KUNIT_ALL_TESTS
+       help
+         Enable to turn on cpumask tests, running at boot or module load time.
+
+         If unsure, say N.
+
 config TEST_LIST_SORT
        tristate "Linked list sorting test" if !KUNIT_ALL_TESTS
        depends on KUNIT