From: Greg Kroah-Hartman Date: Thu, 1 May 2025 14:21:09 +0000 (+0200) Subject: Revert "char: misc: make miscdevice unit test built-in only" X-Git-Tag: v6.16-rc1~30^2~52 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d4453c58369fff24b8ba187d2375666f69ec1b18;p=linux-block.git Revert "char: misc: make miscdevice unit test built-in only" This reverts commit 20acf4dd46e4c0905676ad2a1d9a32041469893f. 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 Cc: Thadeu Lima de Souza Cascardo Signed-off-by: Greg Kroah-Hartman --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0117b852bd13..f9051ab610d5 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -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