Skip to content

Commit

Permalink
Merge pull request #2133 from etungsten/megaraid_sas
Browse files Browse the repository at this point in the history
kernel: add support for MegaRAID SAS
  • Loading branch information
etungsten authored May 16, 2022
2 parents 6a82bc5 + 31d5062 commit b8c553a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kernel-5.10/config-bottlerocket
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ CONFIG_BOOT_CONFIG=y

# Enables support for checkpoint/restore
CONFIG_CHECKPOINT_RESTORE=y

# Enables support for LSI Logic's SAS based RAID controllers
CONFIG_MEGARAID_SAS=y
3 changes: 3 additions & 0 deletions packages/kernel-5.4/config-bottlerocket
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ CONFIG_MOUSE_PS2=m

# Enables support for checkpoint/restore
CONFIG_CHECKPOINT_RESTORE=y

# Enables support for LSI Logic's SAS based RAID controllers
CONFIG_MEGARAID_SAS=y

0 comments on commit b8c553a

Please sign in to comment.