]> Git Repo - linux.git/commitdiff
mpt3sas: Add dummy Kconfig option for backwards compatibility
authorMartin K. Petersen <[email protected]>
Tue, 1 Dec 2015 01:36:08 +0000 (20:36 -0500)
committerMartin K. Petersen <[email protected]>
Tue, 1 Dec 2015 01:36:08 +0000 (20:36 -0500)
The mpt2sas driver was recently folded into mpt3sas to reduce code
duplication.

To avoid problems for people that only have CONFIG_SCSI_MPT2SAS in their
.config we introduce a dummy option that will select MPT3SAS if MPT2SAS
was previously enabled.

This is a temporary measure and we will deprecate this config option in
4.6.

Reported-by: Peter Zijlstra <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
Acked-by: James Bottomley <[email protected]>
CC: Ingo Molnar <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/mpt3sas/Kconfig

index 29061467cc174e118848dd44244ff28bb198deb3..25dc38f25ec678c0a041eec33c5e38cf0bf85429 100644 (file)
@@ -71,3 +71,11 @@ 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_MPT2SAS
+       tristate "Legacy MPT2SAS config option"
+       default n
+       select SCSI_MPT3SAS
+       ---help---
+       Dummy config option for backwards compatiblity: configure the MPT3SAS
+       driver instead.
This page took 0.070638 seconds and 4 git commands to generate.