Commit 8f80b5b2 authored by David Gow's avatar David Gow Committed by Shuah Khan
Browse files

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: e2219db2 ("kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display")
Signed-off-by: default avatarDavid Gow <david@davidgow.net>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 17e4c68f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ if KUNIT

config KUNIT_DEBUGFS
	bool "KUnit - Enable /sys/kernel/debug/kunit debugfs representation"
	depends on DEBUG_FS
	default y
	help
	  Enable debugfs representation for kunit.  Currently this consists