Skip to content

Commit 285cae5

Browse files
t-8chshuahkh
authored andcommitted
kunit: Extend kconfig help text for KUNIT_UML_PCI
Checkpatch.pl expects at least 4 lines of help text. Extend the help text to make checkpatch.pl happy. Link: https://lore.kernel.org/r/20250916-kunit-pci-kconfig-v1-1-6d1369f06f2a@linutronix.de Fixes: 031cdd3 ("kunit: Enable PCI on UML without triggering WARN()") Suggested-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/lkml/3dc95227-2be9-48a0-bdea-3f283d9b2a38@linuxfoundation.org/ Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent c652dc4 commit 285cae5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/kunit/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,9 @@ config KUNIT_UML_PCI
112112
select UML_PCI
113113
help
114114
Enables the PCI subsystem on UML for use by KUnit tests.
115+
Some KUnit tests require the PCI core which is not enabled by
116+
default on UML.
117+
118+
If unsure, say N.
115119

116120
endif # KUNIT

0 commit comments

Comments
 (0)