Kconfig 536 B

123456789101112131415
  1. #
  2. # Unisys visorbus configuration
  3. #
  4. config UNISYS_VISORBUS
  5. tristate "Unisys visorbus driver"
  6. depends on X86_64 && ACPI
  7. ---help---
  8. The visorbus driver is a virtualized bus for the Unisys s-Par firmware.
  9. Virtualized devices allow Linux guests on a system to share disks and
  10. network cards that do not have SR-IOV support, and to be accessed using
  11. the partition desktop application. The visorbus driver is required to
  12. discover devices on an s-Par guest, and must be present for any other
  13. s-Par guest driver to function correctly.