Allow EROFS compression for Rockchip kernels (#3493)

Rockchip config fragment had EROFS compression explicitly disabled. Remove that
option and also remove the EROFS one, as it's already set in common config.
This commit is contained in:
Jan Čermák 2024-07-25 21:51:36 +02:00 committed by GitHub
parent bc7c109163
commit 568499072f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3971,8 +3971,6 @@ CONFIG_PSTORE_BLK=m
CONFIG_SYSV_FS=m CONFIG_SYSV_FS=m
CONFIG_UFS_FS=m CONFIG_UFS_FS=m
CONFIG_UFS_FS_WRITE=y CONFIG_UFS_FS_WRITE=y
CONFIG_EROFS_FS=m
# CONFIG_EROFS_FS_ZIP is not set
CONFIG_NFS_FS=m CONFIG_NFS_FS=m
CONFIG_NFS_V3_ACL=y CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m CONFIG_NFS_V4=m