Skip to content

Commit d4453c5

Browse files
committed
Revert "char: misc: make miscdevice unit test built-in only"
This reverts commit 20acf4d. 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: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Thadeu Lima de Souza Cascardo <cascardo@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 20acf4d commit d4453c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@ config TEST_IDA
25122512
tristate "Perform selftest on IDA functions"
25132513

25142514
config TEST_MISC_MINOR
2515-
bool "miscdevice KUnit test" if !KUNIT_ALL_TESTS
2515+
tristate "miscdevice KUnit test" if !KUNIT_ALL_TESTS
25162516
depends on KUNIT
25172517
default KUNIT_ALL_TESTS
25182518
help

0 commit comments

Comments
 (0)