1# SPDX-License-Identifier: GPL-2.0 2# 3# Unisys visorinput configuration 4# 5 6config UNISYS_VISORINPUT 7 tristate "Unisys visorinput driver" 8 depends on UNISYSSPAR && UNISYS_VISORBUS && INPUT 9 help 10 The Unisys s-Par visorinput driver provides a virtualized system 11 console (keyboard and mouse) that is accessible through the 12 s-Par firmware's user interface. s-Par provides video using the EFI 13 GOP protocol, so If this driver is not present, the Linux guest should 14 still boot with visible output in the partition desktop, but keyboard 15 and mouse interaction will not be available. 16 17