1# SPDX-License-Identifier: GPL-2.0
2#
3# Unisys visorhba configuration
4#
5
6config UNISYS_VISORHBA
7	tristate "Unisys visorhba driver"
8	depends on UNISYSSPAR && UNISYS_VISORBUS && SCSI
9	help
10		The Unisys visorhba driver provides support for s-Par HBA
11		devices exposed on the s-Par visorbus. When a message is sent
12		to visorbus to create a HBA device, the probe function of
13		visorhba is called to create the scsi device.
14		If you say Y here, you will enable the Unisys visorhba driver.
15
16