Skip to content

Commit 597a92b

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 e3d2799 commit 597a92b

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
@@ -1162,6 +1162,14 @@ CONFIG_ROCKCHIP_SIP=y
11621162
# CONFIG_ACPI is not set
11631163
CONFIG_EXT4_FS=y
11641164
CONFIG_EXT4_FS_POSIX_ACL=y
1165+
CONFIG_F2FS_FS=m
1166+
CONFIG_F2FS_STAT_FS=y
1167+
CONFIG_F2FS_FS_XATTR=y
1168+
CONFIG_F2FS_FS_POSIX_ACL=y
1169+
CONFIG_F2FS_FS_SECURITY=y
1170+
CONFIG_F2FS_FS_ENCRYPTION=y
1171+
# CONFIG_F2FS_IO_TRACE is not set
1172+
# CONFIG_F2FS_FAULT_INJECTION is not set
11651173
CONFIG_EXT4_FS_SECURITY=y
11661174
CONFIG_JFS_FS=y
11671175
CONFIG_JFS_POSIX_ACL=y
@@ -1259,6 +1267,8 @@ CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
12591267
CONFIG_SECURITY_YAMA=y
12601268
CONFIG_TEE_SUPPORT=y
12611269
CONFIG_DEFAULT_SECURITY_DAC=y
1270+
CONFIG_CRYPTO_CRC32C=m
1271+
CONFIG_CRYPTO_CRC32=m
12621272
CONFIG_CRYPTO_RSA=m
12631273
CONFIG_CRYPTO_PCRYPT=m
12641274
CONFIG_CRYPTO_CHACHA20POLY1305=m
@@ -1280,11 +1290,14 @@ CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
12801290
CONFIG_X509_CERTIFICATE_PARSER=y
12811291
CONFIG_PKCS7_MESSAGE_PARSER=y
12821292
CONFIG_ARM64_CRYPTO=y
1293+
CONFIG_CRYPTO_CRC32_ARM64_CE=y
12831294
CONFIG_CRYPTO_SHA1_ARM64_CE=y
12841295
CONFIG_CRYPTO_SHA2_ARM64_CE=y
12851296
CONFIG_CRYPTO_GHASH_ARM64_CE=y
12861297
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
12871298
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
1299+
CONFIG_CRC32=y
1300+
# CONFIG_CRC32_SELFTEST is not set
12881301
CONFIG_CRC_CCITT=y
12891302
CONFIG_CRC_T10DIF=y
12901303
CONFIG_CRC7=y

0 commit comments

Comments
 (0)