]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kunit: config: Enable KUNIT_DEBUGFS by default
authorDavid Gow <david@davidgow.net>
Sat, 25 Apr 2026 03:41:53 +0000 (11:41 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 4 May 2026 18:10:40 +0000 (12:10 -0600)
commit17e4c68ff35090d8cb743e3c82c09f92fda1ebda
treeabd3c8fe766afb894b8b6dd73584b87ec715bfc3
parent254f49634ee16a731174d2ae34bc50bd5f45e731
kunit: config: Enable KUNIT_DEBUGFS by default

The KUNIT_DEBUGFS option is currently enabled based on the value of
KUNIT_ALL_TESTS, but it really doesn't have anything to do with the set of
enabled tests, so just enable it by default anyway. In particular, this
shouldn't be only visible if KUNIT_ALL_TESTS is set, which is quite
confusing.

Link: https://lore.kernel.org/r/20260425034155.53913-1-david@davidgow.net
Fixes: beaed42c427d ("kunit: default KUNIT_* fragments to KUNIT_ALL_TESTS")
Signed-off-by: David Gow <david@davidgow.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/Kconfig