]> Git Repo - linux.git/blob - drivers/scsi/mvsas/Kconfig
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / scsi / mvsas / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Kernel configuration file for 88SE64XX/88SE94XX SAS/SATA driver.
4 #
5 # Copyright 2007 Red Hat, Inc.
6 # Copyright 2008 Marvell. <[email protected]>
7 # Copyright 2009-2011 Marvell. <[email protected]>
8 #
9
10 config SCSI_MVSAS
11         tristate "Marvell 88SE64XX/88SE94XX SAS/SATA support"
12         depends on PCI && HAS_IOPORT
13         select SCSI_SAS_LIBSAS
14         select FW_LOADER
15         help
16                 This driver supports Marvell's SAS/SATA 3Gb/s PCI-E 88SE64XX and 6Gb/s
17                 PCI-E 88SE94XX chip based host adapters.
18
19 config SCSI_MVSAS_DEBUG
20         bool "Compile in debug mode"
21         default y
22         depends on SCSI_MVSAS
23         help
24                 Compiles the 88SE64XX/88SE94XX driver in debug mode.  In debug mode,
25                 the driver prints some messages to the console.
26 config SCSI_MVSAS_TASKLET
27         bool "Support for interrupt tasklet"
28         default n
29         depends on SCSI_MVSAS
30         help
31                 Compiles the 88SE64xx/88SE94xx driver in interrupt tasklet mode.In this mode,
32                 the interrupt will schedule a tasklet.
This page took 0.036431 seconds and 4 git commands to generate.