diff options
author | Brian King <brking@us.ibm.com> | 2006-11-21 10:28:16 -0600 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-11-22 12:20:46 -0600 |
commit | efbbdd846d41221396c094ff6df35246bdcf889e (patch) | |
tree | ebcd6e9910e8b400d1c019d81a6dbff7e63febb0 | |
parent | 60e7486b190998745b548599c843f090d5624ae3 (diff) | |
download | op-kernel-dev-efbbdd846d41221396c094ff6df35246bdcf889e.zip op-kernel-dev-efbbdd846d41221396c094ff6df35246bdcf889e.tar.gz |
[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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 9540eb8..5881464 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1026,6 +1026,7 @@ config SCSI_IPR config SCSI_IPR_TRACE bool "enable driver internal trace" depends on SCSI_IPR + default y help If you say Y here, the driver will trace all commands issued to the adapter. Performance impact is minimal. Trace can be @@ -1034,6 +1035,7 @@ config SCSI_IPR_TRACE config SCSI_IPR_DUMP bool "enable adapter dump support" depends on SCSI_IPR + default y help If you say Y here, the driver will support adapter crash dump. If you enable this support, the iprdump daemon can be used |