summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-05-01 16:21:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-05-01 16:23:27 +0200
commitd4453c58369fff24b8ba187d2375666f69ec1b18 (patch)
tree9b38a39de453ec1694fb383a812639162d1182a0
parent20acf4dd46e4c0905676ad2a1d9a32041469893f (diff)
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 <sfr@canb.auug.org.au> Cc: Thadeu Lima de Souza Cascardo <cascardo@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
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