Skip to content

Commit

Permalink
kernel: add support for MegaRAID SAS
Browse files Browse the repository at this point in the history
This adds kernel config to enable support for MegaRAID SAS RAID
controllers.
  • Loading branch information
etungsten committed May 11, 2022
1 parent 6a82bc5 commit 31d5062
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 31d5062

Please sign in to comment.