xref: /linux/drivers/scsi/leapraid/Kconfig (revision 35748ddd3b2c91555bd86b8cf88edc90e7317e57)
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3config SCSI_LEAPRAID
4	tristate "LeapIO RAID Adapter"
5	depends on PCI && SCSI
6	select SCSI_SAS_ATTRS
7	help
8	  This driver supports LeapIO PCIe-based storage
9	  and RAID controllers.
10
11	  <http://www.leap-io.com>
12
13	  To compile this driver as a module, choose M here: the
14	  resulting kernel module will be named leapraid.
15