]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - lib/Kconfig.debug
Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
[thirdparty/kernel/linux.git] / lib / Kconfig.debug
index 333e878d8af95b2a27e034df0f5e033b7c72ca25..cb98741601bdf81e7092eea6edab5ed26a67aa5c 100644 (file)
@@ -2142,8 +2142,9 @@ config TEST_SYSCTL
          If unsure, say N.
 
 config SYSCTL_KUNIT_TEST
-       tristate "KUnit test for sysctl"
+       tristate "KUnit test for sysctl" if !KUNIT_ALL_TESTS
        depends on KUNIT
+       default KUNIT_ALL_TESTS
        help
          This builds the proc sysctl unit test, which runs on boot.
          Tests the API contract and implementation correctness of sysctl.
@@ -2153,8 +2154,9 @@ config SYSCTL_KUNIT_TEST
          If unsure, say N.
 
 config LIST_KUNIT_TEST
-       tristate "KUnit Test for Kernel Linked-list structures"
+       tristate "KUnit Test for Kernel Linked-list structures" if !KUNIT_ALL_TESTS
        depends on KUNIT
+       default KUNIT_ALL_TESTS
        help
          This builds the linked list KUnit test suite.
          It tests that the API and basic functionality of the list_head type