Skip to content

Commit

Permalink
feat: enable CONFIG_XFRM_STATISTICS
Browse files Browse the repository at this point in the history
Set `CONFIG_XFRM_STATISTICS=y` for amd64 and arm64.

Signed-off-by: Philip Schmid <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit b1bf972)
  • Loading branch information
PhilipSchmid authored and smira committed Oct 23, 2024
1 parent 71d23b4 commit c7729c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ CONFIG_XFRM_USER=y
# CONFIG_XFRM_INTERFACE is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_STATISTICS=y
CONFIG_XFRM_AH=y
CONFIG_XFRM_ESP=y
CONFIG_XFRM_IPCOMP=y
Expand Down
2 changes: 1 addition & 1 deletion kernel/build/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ CONFIG_XFRM_USER=y
# CONFIG_XFRM_INTERFACE is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_STATISTICS=y
CONFIG_XFRM_AH=y
CONFIG_XFRM_ESP=y
CONFIG_XFRM_IPCOMP=y
Expand Down

0 comments on commit c7729c3

Please sign in to comment.