aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian King <brking@us.ibm.com>2006-11-21 11:28:16 -0500
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-11-22 13:20:46 -0500
commitefbbdd846d41221396c094ff6df35246bdcf889e (patch)
treeebcd6e9910e8b400d1c019d81a6dbff7e63febb0
parent60e7486b190998745b548599c843f090d5624ae3 (diff)
[SCSI] ipr: Set default ipr Kconfig values
Both SCSI_IPR_TRACE and SCSI_IPR_DUMP should be defaulted to yes when SCSI_IPR is enabled. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-rw-r--r--drivers/scsi/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 9540eb8efdcb..5881464a938d 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1026,6 +1026,7 @@ config SCSI_IPR
1026config SCSI_IPR_TRACE 1026config SCSI_IPR_TRACE
1027 bool "enable driver internal trace" 1027 bool "enable driver internal trace"
1028 depends on SCSI_IPR 1028 depends on SCSI_IPR
1029 default y
1029 help 1030 help
1030 If you say Y here, the driver will trace all commands issued 1031 If you say Y here, the driver will trace all commands issued
1031 to the adapter. Performance impact is minimal. Trace can be 1032 to the adapter. Performance impact is minimal. Trace can be
@@ -1034,6 +1035,7 @@ config SCSI_IPR_TRACE
1034config SCSI_IPR_DUMP 1035config SCSI_IPR_DUMP
1035 bool "enable adapter dump support" 1036 bool "enable adapter dump support"
1036 depends on SCSI_IPR 1037 depends on SCSI_IPR
1038 default y
1037 help 1039 help
1038 If you say Y here, the driver will support adapter crash dump. 1040 If you say Y here, the driver will support adapter crash dump.
1039 If you enable this support, the iprdump daemon can be used 1041 If you enable this support, the iprdump daemon can be used