summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/Kconfig
diff options
context:
space:
mode:
authorSreekanth Reddy2015-11-11 13:00:23 +0100
committerMartin K. Petersen2015-11-12 00:31:14 +0100
commitaf0094115b080b41eb5a3567c177ce960a07dea4 (patch)
tree959d766d4fadc745c6dd10906bdb40cbcc6fad45 /drivers/scsi/mpt3sas/Kconfig
parentmpt3sas: Define 'hba_mpi_version_belonged' IOC variable (diff)
downloadkernel-qcow2-linux-af0094115b080b41eb5a3567c177ce960a07dea4.tar.gz
kernel-qcow2-linux-af0094115b080b41eb5a3567c177ce960a07dea4.tar.xz
kernel-qcow2-linux-af0094115b080b41eb5a3567c177ce960a07dea4.zip
mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from Kconfig
Currently there is a logging level option provided for each of our drivers in the kernel configuration utility. Users can enable this option to get more verbose information. By default it is enabled. Only when this option is enabled will the functions which display the required information get compiled in. As we are merging the both drivers we can no longer provide this configuration option. Remove the SCSI_MPTXSAS_LOGGING entry from Kconfig and unconditionally enable logging (by removing the #ifdef CONFIG_SCSI_MPT3SAS_LOGGING preprocessor check conditions) so that all functions which are defined to display more verbose information get compiled in. Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com> Acked-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpt3sas/Kconfig')
-rw-r--r--drivers/scsi/mpt3sas/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/mpt3sas/Kconfig b/drivers/scsi/mpt3sas/Kconfig
index 4d235dd741bf..18b64bce10cb 100644
--- a/drivers/scsi/mpt3sas/Kconfig
+++ b/drivers/scsi/mpt3sas/Kconfig
@@ -59,9 +59,3 @@ config SCSI_MPT3SAS_MAX_SGE
MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
can be 256. However, it may decreased down to 16. Decreasing this
parameter will reduce memory requirements on a per controller instance.
-
-config SCSI_MPT3SAS_LOGGING
- bool "LSI MPT Fusion logging facility"
- depends on PCI && SCSI && SCSI_MPT3SAS
- ---help---
- This turns on a logging facility.