18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Kernel configuration file for 88SE64XX/88SE94XX SAS/SATA driver.
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci# Copyright 2007 Red Hat, Inc.
68c2ecf20Sopenharmony_ci# Copyright 2008 Marvell. <kewei@marvell.com>
78c2ecf20Sopenharmony_ci# Copyright 2009-2011 Marvell. <yuxiangl@marvell.com>
88c2ecf20Sopenharmony_ci#
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciconfig SCSI_MVSAS
118c2ecf20Sopenharmony_ci	tristate "Marvell 88SE64XX/88SE94XX SAS/SATA support"
128c2ecf20Sopenharmony_ci	depends on PCI
138c2ecf20Sopenharmony_ci	select SCSI_SAS_LIBSAS
148c2ecf20Sopenharmony_ci	select FW_LOADER
158c2ecf20Sopenharmony_ci	help
168c2ecf20Sopenharmony_ci		This driver supports Marvell's SAS/SATA 3Gb/s PCI-E 88SE64XX and 6Gb/s
178c2ecf20Sopenharmony_ci		PCI-E 88SE94XX chip based host adapters.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciconfig SCSI_MVSAS_DEBUG
208c2ecf20Sopenharmony_ci	bool "Compile in debug mode"
218c2ecf20Sopenharmony_ci	default y
228c2ecf20Sopenharmony_ci	depends on SCSI_MVSAS
238c2ecf20Sopenharmony_ci	help
248c2ecf20Sopenharmony_ci		Compiles the 88SE64XX/88SE94XX driver in debug mode.  In debug mode,
258c2ecf20Sopenharmony_ci		the driver prints some messages to the console.
268c2ecf20Sopenharmony_ciconfig SCSI_MVSAS_TASKLET
278c2ecf20Sopenharmony_ci	bool "Support for interrupt tasklet"
288c2ecf20Sopenharmony_ci	default n
298c2ecf20Sopenharmony_ci	depends on SCSI_MVSAS
308c2ecf20Sopenharmony_ci	help
318c2ecf20Sopenharmony_ci		Compiles the 88SE64xx/88SE94xx driver in interrupt tasklet mode.In this mode,
328c2ecf20Sopenharmony_ci		the interrupt will schedule a tasklet.
33