]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: better config switch comments
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 24 Nov 2015 14:53:29 +0000 (09:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Nov 2015 16:42:14 +0000 (08:42 -0800)
We should provide more information in the Kconfig help for visorbus and
visorinput.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/Kconfig
drivers/staging/unisys/visorinput/Kconfig

index 9b299ac86015e95b9e56254c6aad1ac02661bc40..511388075ffaa836ec0d265177dfbff72bd06dd5 100644 (file)
@@ -6,4 +6,9 @@ config UNISYS_VISORBUS
        tristate "Unisys visorbus driver"
        depends on UNISYSSPAR
        ---help---
-       If you say Y here, you will enable the Unisys visorbus driver.
+       The visorbus driver is a virtualized bus for the Unisys s-Par firmware.
+       Virtualized devices allow Linux guests on a system to share disks and
+       network cards that do not have SR-IOV support, and to be accessed using
+       the partition desktop application. The visorbus driver is required to
+       discover devices on an s-Par guest, and must be present for any other
+       s-Par guest driver to function correctly.
index d83deb4137e83d11ddffa2e53d3f1db50fbd4c3f..3476d419d32c3ec8266f067bbd19816a3a853658 100644 (file)
@@ -6,5 +6,10 @@ config UNISYS_VISORINPUT
        tristate "Unisys visorinput driver"
        depends on UNISYSSPAR && UNISYS_VISORBUS && FB
        ---help---
-       If you say Y here, you will enable the Unisys visorinput driver.
+       The Unisys s-Par visorinput driver provides a virtualized system
+       console (keyboard and mouse) that is accessible through the
+       s-Par firmware's user interface. s-Par provides video using the EFI
+       GOP protocol, so If this driver is not present, the Linux guest should
+       still boot with visible output in the partition desktop, but keyboard
+       and mouse interaction will not be available.