Skip to content

Commit

Permalink
external: defconfig: make crc, crc32, f2fs to be built-in (#7)
Browse files Browse the repository at this point in the history
This changes crc, crc32, and f2fs to be compiled into the kernel instead of as module.
  • Loading branch information
ShapeShifter499 authored and ayufan committed Sep 29, 2018
1 parent 136d6dc commit 2706338
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions arch/arm64/configs/rockchip_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_F2FS_FS=m
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
Expand Down Expand Up @@ -957,8 +957,9 @@ CONFIG_SECURITY_SMACK_BRINGUP=y
CONFIG_SECURITY_SMACK_NETFILTER=y
CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_CRC32=m
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32=y
CONFIG_CRYPTO_CRCT10DIF=y
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
CONFIG_CRYPTO_USER=y
Expand Down Expand Up @@ -1015,4 +1016,5 @@ CONFIG_CRYPTO_GHASH_ARM64_CE=y
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
CONFIG_CRC32=y
CONFIG_LIBCRC32C=y
# CONFIG_CRC32_SELFTEST is not set

0 comments on commit 2706338

Please sign in to comment.