linux/common-config: add default bcachefs options

This commit is contained in:
Madoura 2023-11-30 17:58:52 -06:00
parent 3f826bf8e8
commit 9598daf31a
No known key found for this signature in database
GPG Key ID: 9086473B4D809BD2

View File

@ -476,6 +476,9 @@ let
BTRFS_FS_POSIX_ACL = yes;
BCACHEFS_QUOTA = whenAtLeast "6.7" (option yes);
BCACHEFS_POSIX_ACL = whenAtLeast "6.7" (option yes);
UBIFS_FS_ADVANCED_COMPR = option yes;
F2FS_FS = module;