Commit d4453c58 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "char: misc: make miscdevice unit test built-in only"

This reverts commit 20acf4dd.

It still does not fix the build issue on all arches, so revert the whole
series for now until it can come back in a "clean" form.

Link: https://lore.kernel.org/r/20250501164501.0fc0ab68@canb.auug.org.au


Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 20acf4dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2512,7 +2512,7 @@ config TEST_IDA
	tristate "Perform selftest on IDA functions"

config TEST_MISC_MINOR
	bool "miscdevice KUnit test" if !KUNIT_ALL_TESTS
	tristate "miscdevice KUnit test" if !KUNIT_ALL_TESTS
	depends on KUNIT
	default KUNIT_ALL_TESTS
	help