Commit 285cae57 authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Shuah Khan
Browse files

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: 031cdd3b ("kunit: Enable PCI on UML without triggering WARN()")
Suggested-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/lkml/3dc95227-2be9-48a0-bdea-3f283d9b2a38@linuxfoundation.org/


Signed-off-by: default avatarThomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: default avatarDavid Gow <davidgow@google.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent c652dc44
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -112,5 +112,9 @@ config KUNIT_UML_PCI
	select UML_PCI
	help
	  Enables the PCI subsystem on UML for use by KUnit tests.
	  Some KUnit tests require the PCI core which is not enabled by
	  default on UML.

	  If unsure, say N.

endif # KUNIT