Skip to content

Commit 1d72243

Browse files
Enable CONFIG_SCSI_MPT3SAS (#226)
## Description <!--- Please describe what this PR is going to change --> Community member requested the need to have CONFIG_SCSI_MPT3SAS enabled. #166 ## Why is this needed <!--- Link to issue you have raised --> Fixes: #166 ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents f730a86 + 67ea1aa commit 1d72243

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

kernel/configs/generic-5.10.y-aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ CONFIG_SCSI_MVSAS=y
557557
# CONFIG_SCSI_MVSAS_DEBUG is not set
558558
CONFIG_SCSI_MVUMI=y
559559
CONFIG_MEGARAID_SAS=m
560+
CONFIG_SCSI_MPT3SAS=m
560561
CONFIG_SCSI_SMARTPQI=m
561562
CONFIG_XEN_SCSI_FRONTEND=y
562563
CONFIG_SCSI_VIRTIO=y

kernel/configs/generic-5.10.y-x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ CONFIG_CHR_DEV_SG=y
464464
CONFIG_ISCSI_TCP=m
465465
CONFIG_SCSI_HPSA=m
466466
CONFIG_MEGARAID_SAS=m
467+
CONFIG_SCSI_MPT3SAS=m
467468
CONFIG_SCSI_SMARTPQI=m
468469
CONFIG_VMWARE_PVSCSI=y
469470
CONFIG_XEN_SCSI_FRONTEND=y

kernel/configs/generic-6.6.y-aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ CONFIG_SCSI_MVSAS=y
557557
# CONFIG_SCSI_MVSAS_DEBUG is not set
558558
CONFIG_SCSI_MVUMI=y
559559
CONFIG_MEGARAID_SAS=m
560+
CONFIG_SCSI_MPT3SAS=m
560561
CONFIG_SCSI_SMARTPQI=m
561562
CONFIG_XEN_SCSI_FRONTEND=y
562563
CONFIG_SCSI_VIRTIO=y

kernel/configs/generic-6.6.y-x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ CONFIG_CHR_DEV_SG=y
448448
CONFIG_ISCSI_TCP=m
449449
CONFIG_SCSI_HPSA=m
450450
CONFIG_MEGARAID_SAS=m
451+
CONFIG_SCSI_MPT3SAS=m
451452
CONFIG_SCSI_SMARTPQI=m
452453
CONFIG_VMWARE_PVSCSI=y
453454
CONFIG_XEN_SCSI_FRONTEND=y

0 commit comments

Comments
 (0)