Skip to content

Commit d9e5aab

Browse files
committed
Enable CONFIG_SCSI_MPT3SAS
Storage devices that need CONFIG_SCSI_MPT3SAS to be enabled are fairly common on baremetals and I would like to add support for such devices. Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
1 parent 211acf4 commit d9e5aab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel/config-5.10.x-x86_64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,8 @@ CONFIG_SCSI_HPSA=m
18931893
# CONFIG_MEGARAID_NEWGEN is not set
18941894
# CONFIG_MEGARAID_LEGACY is not set
18951895
CONFIG_MEGARAID_SAS=m
1896-
# CONFIG_SCSI_MPT3SAS is not set
1896+
CONFIG_SCSI_MPT3SAS=m
1897+
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
18971898
# CONFIG_SCSI_MPT2SAS is not set
18981899
CONFIG_SCSI_SMARTPQI=m
18991900
# CONFIG_SCSI_UFSHCD is not set

0 commit comments

Comments
 (0)