Commit efbbdd84 authored by Brian King's avatar Brian King Committed by James Bottomley

[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: default avatarBrian King <brking@us.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 60e7486b
...@@ -1026,6 +1026,7 @@ config SCSI_IPR ...@@ -1026,6 +1026,7 @@ config SCSI_IPR
config SCSI_IPR_TRACE config SCSI_IPR_TRACE
bool "enable driver internal trace" bool "enable driver internal trace"
depends on SCSI_IPR depends on SCSI_IPR
default y
help help
If you say Y here, the driver will trace all commands issued If you say Y here, the driver will trace all commands issued
to the adapter. Performance impact is minimal. Trace can be to the adapter. Performance impact is minimal. Trace can be
...@@ -1034,6 +1035,7 @@ config SCSI_IPR_TRACE ...@@ -1034,6 +1035,7 @@ config SCSI_IPR_TRACE
config SCSI_IPR_DUMP config SCSI_IPR_DUMP
bool "enable adapter dump support" bool "enable adapter dump support"
depends on SCSI_IPR depends on SCSI_IPR
default y
help help
If you say Y here, the driver will support adapter crash dump. If you say Y here, the driver will support adapter crash dump.
If you enable this support, the iprdump daemon can be used If you enable this support, the iprdump daemon can be used
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment