Blame view

drivers/visorbus/Kconfig 570 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
3703987cd   Erik Arfvidson   staging: unisys: ...
2
3
4
5
6
7
  #
  # Unisys visorbus configuration
  #
  
  config UNISYS_VISORBUS
  	tristate "Unisys visorbus driver"
765e06f2e   David Kershner   staging: unisys: ...
8
  	depends on X86_64 && ACPI
a7f7f6248   Masahiro Yamada   treewide: replace...
9
  	help
f84a18701   Benjamin Romer   staging: unisys: ...
10
11
12
13
14
15
  	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.