Skip to content

Commit

Permalink
Enable CONFIG_SCSI_MPT3SAS (tinkerbell#226)
Browse files Browse the repository at this point in the history
## Description

<!--- Please describe what this PR is going to change -->
Community member requested the need to have CONFIG_SCSI_MPT3SAS enabled.
tinkerbell#166

## Why is this needed

<!--- Link to issue you have raised -->

Fixes: tinkerbell#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
  • Loading branch information
jacobweinstock authored May 21, 2024
2 parents f730a86 + 67ea1aa commit 1d72243
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions kernel/configs/generic-5.10.y-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ CONFIG_SCSI_MVSAS=y
# CONFIG_SCSI_MVSAS_DEBUG is not set
CONFIG_SCSI_MVUMI=y
CONFIG_MEGARAID_SAS=m
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_SMARTPQI=m
CONFIG_XEN_SCSI_FRONTEND=y
CONFIG_SCSI_VIRTIO=y
Expand Down
1 change: 1 addition & 0 deletions kernel/configs/generic-5.10.y-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ CONFIG_CHR_DEV_SG=y
CONFIG_ISCSI_TCP=m
CONFIG_SCSI_HPSA=m
CONFIG_MEGARAID_SAS=m
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_SMARTPQI=m
CONFIG_VMWARE_PVSCSI=y
CONFIG_XEN_SCSI_FRONTEND=y
Expand Down
1 change: 1 addition & 0 deletions kernel/configs/generic-6.6.y-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ CONFIG_SCSI_MVSAS=y
# CONFIG_SCSI_MVSAS_DEBUG is not set
CONFIG_SCSI_MVUMI=y
CONFIG_MEGARAID_SAS=m
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_SMARTPQI=m
CONFIG_XEN_SCSI_FRONTEND=y
CONFIG_SCSI_VIRTIO=y
Expand Down
1 change: 1 addition & 0 deletions kernel/configs/generic-6.6.y-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ CONFIG_CHR_DEV_SG=y
CONFIG_ISCSI_TCP=m
CONFIG_SCSI_HPSA=m
CONFIG_MEGARAID_SAS=m
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_SMARTPQI=m
CONFIG_VMWARE_PVSCSI=y
CONFIG_XEN_SCSI_FRONTEND=y
Expand Down

0 comments on commit 1d72243

Please sign in to comment.