xref: /linux/drivers/scsi/mvsas/Kconfig (revision 20b09c2992fefbe78f8cede7b404fb143a413c52)
12ad52f47SJeff Garzik#
2*20b09c29SAndy Yan# Kernel configuration file for 88SE64XX/88SE94XX SAS/SATA driver.
32ad52f47SJeff Garzik#
42ad52f47SJeff Garzik# Copyright 2007 Red Hat, Inc.
52ad52f47SJeff Garzik# Copyright 2008 Marvell. <kewei@marvell.com>
62ad52f47SJeff Garzik#
72ad52f47SJeff Garzik# This file is licensed under GPLv2.
82ad52f47SJeff Garzik#
9*20b09c29SAndy Yan# This file is part of the 88SE64XX/88SE94XX driver.
102ad52f47SJeff Garzik#
11*20b09c29SAndy Yan# The 88SE64XX/88SE94XX driver is free software; you can redistribute
122ad52f47SJeff Garzik# it and/or modify it under the terms of the GNU General Public License
132ad52f47SJeff Garzik# as published by the Free Software Foundation; version 2 of the
142ad52f47SJeff Garzik# License.
152ad52f47SJeff Garzik#
16*20b09c29SAndy Yan# The 88SE64XX/88SE94XX driver is distributed in the hope that it will be
172ad52f47SJeff Garzik# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
182ad52f47SJeff Garzik# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
192ad52f47SJeff Garzik# General Public License for more details.
202ad52f47SJeff Garzik#
212ad52f47SJeff Garzik# You should have received a copy of the GNU General Public License
22*20b09c29SAndy Yan# along with 88SE64XX/88SE94XX Driver; if not, write to the Free Software
232ad52f47SJeff Garzik# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
242ad52f47SJeff Garzik#
252ad52f47SJeff Garzik#
262ad52f47SJeff Garzik
272ad52f47SJeff Garzikconfig SCSI_MVSAS
28*20b09c29SAndy Yan	tristate "Marvell 88SE64XX/88SE94XX SAS/SATA support"
292ad52f47SJeff Garzik	depends on PCI
302ad52f47SJeff Garzik	select SCSI_SAS_LIBSAS
312ad52f47SJeff Garzik	select FW_LOADER
322ad52f47SJeff Garzik	help
33*20b09c29SAndy Yan		This driver supports Marvell's SAS/SATA 3Gb/s PCI-E 88SE64XX and 6Gb/s
34*20b09c29SAndy Yan		PCI-E 88SE94XX chip based host adapters.
352ad52f47SJeff Garzik
36*20b09c29SAndy Yanconfig SCSI_MVSAS_DEBUG
37*20b09c29SAndy Yan	bool "Compile in debug mode"
38*20b09c29SAndy Yan	default y
39*20b09c29SAndy Yan	depends on SCSI_MVSAS
40*20b09c29SAndy Yan	help
41*20b09c29SAndy Yan		Compiles the 88SE64XX/88SE94XX driver in debug mode.  In debug mode,
42*20b09c29SAndy Yan		the driver prints some messages to the console.
43