Revert "char: misc: make miscdevice unit test built-in only"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 May 2025 14:21:09 +0000 (16:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 May 2025 14:23:27 +0000 (16:23 +0200)
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 <sfr@canb.auug.org.au>
Cc: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/Kconfig.debug

index 0117b852bd131b8a585dc02d8225e2e8c0740077..f9051ab610d54358b21d61c141b737bb345b4cee 100644 (file)
@@ -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