2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-05-05 18:36:00 -04:00
|
|
|
#
|
|
|
|
# Unisys visorbus configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config UNISYS_VISORBUS
|
|
|
|
tristate "Unisys visorbus driver"
|
2017-12-06 11:05:28 -05:00
|
|
|
depends on X86_64 && ACPI
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2015-11-24 09:53:29 -05:00
|
|
|
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.
|