Skip to content

Commit a68a5fc

Browse files
ShapeShifter499ayufan
authored andcommitted
external: defconfig: Add support for f2fs and crc32 (torvalds#32)
Add support for f2fs and it's dependency crc32 to rock64. This patch may or may not need to be included as well due to this bug https://bugs.debian.org/819725 A official patch was added by Debian https://salsa.debian.org/kernel-team/linux/blob/master/debian/patches/bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch
1 parent 9166d51 commit a68a5fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm64/configs/rockchip_linux_defconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,14 @@ CONFIG_ROCKCHIP_SIP=y
11601160
# CONFIG_ACPI is not set
11611161
CONFIG_EXT4_FS=y
11621162
CONFIG_EXT4_FS_POSIX_ACL=y
1163+
CONFIG_F2FS_FS=m
1164+
CONFIG_F2FS_STAT_FS=y
1165+
CONFIG_F2FS_FS_XATTR=y
1166+
CONFIG_F2FS_FS_POSIX_ACL=y
1167+
CONFIG_F2FS_FS_SECURITY=y
1168+
CONFIG_F2FS_FS_ENCRYPTION=y
1169+
# CONFIG_F2FS_IO_TRACE is not set
1170+
# CONFIG_F2FS_FAULT_INJECTION is not set
11631171
CONFIG_EXT4_FS_SECURITY=y
11641172
CONFIG_JFS_FS=y
11651173
CONFIG_JFS_POSIX_ACL=y
@@ -1257,6 +1265,8 @@ CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
12571265
CONFIG_SECURITY_YAMA=y
12581266
CONFIG_TEE_SUPPORT=y
12591267
CONFIG_DEFAULT_SECURITY_DAC=y
1268+
CONFIG_CRYPTO_CRC32C=m
1269+
CONFIG_CRYPTO_CRC32=m
12601270
CONFIG_CRYPTO_RSA=m
12611271
CONFIG_CRYPTO_PCRYPT=m
12621272
CONFIG_CRYPTO_CHACHA20POLY1305=m
@@ -1278,11 +1288,14 @@ CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
12781288
CONFIG_X509_CERTIFICATE_PARSER=y
12791289
CONFIG_PKCS7_MESSAGE_PARSER=y
12801290
CONFIG_ARM64_CRYPTO=y
1291+
CONFIG_CRYPTO_CRC32_ARM64_CE=y
12811292
CONFIG_CRYPTO_SHA1_ARM64_CE=y
12821293
CONFIG_CRYPTO_SHA2_ARM64_CE=y
12831294
CONFIG_CRYPTO_GHASH_ARM64_CE=y
12841295
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
12851296
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
1297+
CONFIG_CRC32=y
1298+
# CONFIG_CRC32_SELFTEST is not set
12861299
CONFIG_CRC_CCITT=y
12871300
CONFIG_CRC_T10DIF=y
12881301
CONFIG_CRC7=y

0 commit comments

Comments
 (0)