]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kunit: config: KUNIT_DEBUGFS should depend on DEBUG_FS
authorDavid Gow <david@davidgow.net>
Sat, 25 Apr 2026 03:41:54 +0000 (11:41 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 4 May 2026 18:10:40 +0000 (12:10 -0600)
commit8f80b5b227ef9ea422080487715c841856339aed
tree7c5e49e4ce778b55d09facb6a21c15747863f8b7
parent17e4c68ff35090d8cb743e3c82c09f92fda1ebda
kunit: config: KUNIT_DEBUGFS should depend on DEBUG_FS

CONFIG_KUNIT_DEBUGFS is totally useless without debugfs, so it should
depend on CONFIG_DEBUG_FS.

Link: https://lore.kernel.org/r/20260425034155.53913-2-david@davidgow.net
Fixes: e2219db280e3 ("kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display")
Signed-off-by: David Gow <david@davidgow.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/Kconfig