162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Kernel configuration file for 88SE64XX/88SE94XX SAS/SATA driver.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci# Copyright 2007 Red Hat, Inc.
662306a36Sopenharmony_ci# Copyright 2008 Marvell. <kewei@marvell.com>
762306a36Sopenharmony_ci# Copyright 2009-2011 Marvell. <yuxiangl@marvell.com>
862306a36Sopenharmony_ci#
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ciconfig SCSI_MVSAS
1162306a36Sopenharmony_ci	tristate "Marvell 88SE64XX/88SE94XX SAS/SATA support"
1262306a36Sopenharmony_ci	depends on PCI && HAS_IOPORT
1362306a36Sopenharmony_ci	select SCSI_SAS_LIBSAS
1462306a36Sopenharmony_ci	select FW_LOADER
1562306a36Sopenharmony_ci	help
1662306a36Sopenharmony_ci		This driver supports Marvell's SAS/SATA 3Gb/s PCI-E 88SE64XX and 6Gb/s
1762306a36Sopenharmony_ci		PCI-E 88SE94XX chip based host adapters.
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciconfig SCSI_MVSAS_DEBUG
2062306a36Sopenharmony_ci	bool "Compile in debug mode"
2162306a36Sopenharmony_ci	default y
2262306a36Sopenharmony_ci	depends on SCSI_MVSAS
2362306a36Sopenharmony_ci	help
2462306a36Sopenharmony_ci		Compiles the 88SE64XX/88SE94XX driver in debug mode.  In debug mode,
2562306a36Sopenharmony_ci		the driver prints some messages to the console.
2662306a36Sopenharmony_ciconfig SCSI_MVSAS_TASKLET
2762306a36Sopenharmony_ci	bool "Support for interrupt tasklet"
2862306a36Sopenharmony_ci	default n
2962306a36Sopenharmony_ci	depends on SCSI_MVSAS
3062306a36Sopenharmony_ci	help
3162306a36Sopenharmony_ci		Compiles the 88SE64xx/88SE94xx driver in interrupt tasklet mode.In this mode,
3262306a36Sopenharmony_ci		the interrupt will schedule a tasklet.
33