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