Skip to content

Commit 8f80b5b

Browse files
sulixshuahkh
authored andcommitted
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: e2219db ("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>
1 parent 17e4c68 commit 8f80b5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/kunit/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if KUNIT
1717

1818
config KUNIT_DEBUGFS
1919
bool "KUnit - Enable /sys/kernel/debug/kunit debugfs representation"
20+
depends on DEBUG_FS
2021
default y
2122
help
2223
Enable debugfs representation for kunit. Currently this consists

0 commit comments

Comments
 (0)