aptenodytes: Enable CONFIG_BTRFS_FS

This commit is contained in:
Nils Freydank 2023-02-25 23:28:09 +01:00
parent 76e3697cfc
commit b19527d5a7
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 10 additions and 1 deletions

View File

@ -2736,7 +2736,13 @@ CONFIG_FS_MBCACHE=y
# CONFIG_XFS_FS is not set # CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set # CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set # CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set CONFIG_BTRFS_FS=y
# CONFIG_BTRFS_FS_POSIX_ACL is not set
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
# CONFIG_BTRFS_FS_REF_VERIFY is not set
# CONFIG_NILFS2_FS is not set # CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set # CONFIG_F2FS_FS is not set
CONFIG_FS_POSIX_ACL=y CONFIG_FS_POSIX_ACL=y
@ -2969,6 +2975,7 @@ CONFIG_RANDSTRUCT_NONE=y
# end of Kernel hardening options # end of Kernel hardening options
# end of Security options # end of Security options
CONFIG_XOR_BLOCKS=y
CONFIG_CRYPTO=y CONFIG_CRYPTO=y
# #
@ -3227,6 +3234,8 @@ CONFIG_BINARY_PRINTF=y
# #
# Library routines # Library routines
# #
CONFIG_RAID6_PQ=y
CONFIG_RAID6_PQ_BENCHMARK=y
# CONFIG_PACKING is not set # CONFIG_PACKING is not set
CONFIG_BITREVERSE=y CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y CONFIG_GENERIC_STRNCPY_FROM_USER=y