mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
93d3ad90c2
Move the visorbus driver out of staging (drivers/staging/unisys/visorbus) and to drivers/visorbus. Modify the configuration and makefiles so they now reference the new location. The s-Par header file visorbus.h that is referenced by all s-Par drivers, is being moved into include/linux. Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
536 B
Plaintext
15 lines
536 B
Plaintext
#
|
|
# Unisys visorbus configuration
|
|
#
|
|
|
|
config UNISYS_VISORBUS
|
|
tristate "Unisys visorbus driver"
|
|
depends on X86_64 && ACPI
|
|
---help---
|
|
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.
|