aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas/Kconfig
diff options
context:
space:
mode:
authorXiangliang Yu <yuxiangl@marvell.com>2011-06-30 10:27:36 -0400
committerJames Bottomley <JBottomley@Parallels.com>2011-07-26 04:59:55 -0400
commit6f8ac161b8b3332a9d96d6650ed3bae81baab30b (patch)
tree2cd89c7bbe9678ad5ec38cd9a15df726e01731a4 /drivers/scsi/mvsas/Kconfig
parente144f7ef49ec85e9dfdf130f3a9a2372fe5fe39b (diff)
[SCSI] mvsas: Add support for interrupt tasklet
Add support for interrupt tasklet, which will improve performance. Correct spelling of "20011" [jejb: simplified ifdefs and fixed unused variable problem] Signed-off-by: Xiangliang Yu <yuxiangl@marvell.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/mvsas/Kconfig')
-rw-r--r--drivers/scsi/mvsas/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/scsi/mvsas/Kconfig b/drivers/scsi/mvsas/Kconfig
index c82b012aba37..78f7e20a0c1c 100644
--- a/drivers/scsi/mvsas/Kconfig
+++ b/drivers/scsi/mvsas/Kconfig
@@ -3,7 +3,7 @@
3# 3#
4# Copyright 2007 Red Hat, Inc. 4# Copyright 2007 Red Hat, Inc.
5# Copyright 2008 Marvell. <kewei@marvell.com> 5# Copyright 2008 Marvell. <kewei@marvell.com>
6# Copyright 2009-20011 Marvell. <yuxiangl@marvell.com> 6# Copyright 2009-2011 Marvell. <yuxiangl@marvell.com>
7# 7#
8# This file is licensed under GPLv2. 8# This file is licensed under GPLv2.
9# 9#
@@ -41,3 +41,10 @@ config SCSI_MVSAS_DEBUG
41 help 41 help
42 Compiles the 88SE64XX/88SE94XX driver in debug mode. In debug mode, 42 Compiles the 88SE64XX/88SE94XX driver in debug mode. In debug mode,
43 the driver prints some messages to the console. 43 the driver prints some messages to the console.
44config SCSI_MVSAS_TASKLET
45 bool "Support for interrupt tasklet"
46 default n
47 depends on SCSI_MVSAS
48 help
49 Compiles the 88SE64xx/88SE94xx driver in interrupt tasklet mode.In this mode,
50 the interrupt will schedule a tasklet.