Skip to content

Commit

Permalink
Merge pull request #1953 from cvlc/develop
Browse files Browse the repository at this point in the history
kernel: TCMU support
  • Loading branch information
bcressey authored Feb 23, 2022
2 parents 3bca249 + 0ee7f52 commit 570288a
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 @@ -49,6 +49,9 @@ CONFIG_DAX=y
CONFIG_DM_INIT=y
CONFIG_DM_VERITY=y

# TCMU/LIO
CONFIG_TCM_USER2=m

# EFI
CONFIG_EFI=y
CONFIG_EFI_STUB=y
Expand Down
3 changes: 3 additions & 0 deletions packages/kernel-5.4/config-bottlerocket
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ CONFIG_DAX=y
CONFIG_DM_INIT=y
CONFIG_DM_VERITY=y

# TCMU/LIO
CONFIG_TCM_USER2=m

# Enable EFI.
CONFIG_EFI=y
CONFIG_EFI_STUB=y
Expand Down

0 comments on commit 570288a

Please sign in to comment.