Skip to content

Commit

Permalink
linux: Enable filesystem drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed May 18, 2021
1 parent a8c773d commit 3a5caf7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recipes-kernel/linux/linux-stable-5.6/beaglebone/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4318,14 +4318,14 @@ CONFIG_EXT4_FS=y
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
CONFIG_REISERFS_FS=y
CONFIG_JFS_FS=y
CONFIG_XFS_FS=y
CONFIG_GFS2_FS=y
CONFIG_OCFS2_FS=y
CONFIG_BTRFS_FS=y
CONFIG_NILFS2_FS=y
CONFIG_F2FS_FS=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
Expand All @@ -4347,7 +4347,7 @@ CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_AUTOFS4_FS=y
CONFIG_AUTOFS_FS=y
# CONFIG_FUSE_FS is not set
CONFIG_FUSE_FS=y
CONFIG_OVERLAY_FS=y

#
Expand Down

0 comments on commit 3a5caf7

Please sign in to comment.