Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe...
[linux-2.6-microblaze.git] / fs / ext4 / Kconfig
index cf9e430..1afa5a4 100644 (file)
@@ -102,9 +102,10 @@ config EXT4_DEBUG
          using dynamic debug control for mb_debug() / ext_debug() msgs.
 
 config EXT4_KUNIT_TESTS
-       tristate "KUnit tests for ext4"
+       tristate "KUnit tests for ext4" if !KUNIT_ALL_TESTS
        select EXT4_FS
        depends on KUNIT
+       default KUNIT_ALL_TESTS
        help
          This builds the ext4 KUnit tests.