Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
external: defconfig: Make crc, crc32, f2fs to be compiled into kernel. (
#35) This changes crc, crc32, and f2fs to be compiled into the kernel instead of as module. This also fixes the issue of crc32-arm64 not being compiled due to a incorrect driver name. CONFIG_CRYPTO_CRC32_ARM64 became CONFIG_CRYPTO_CRC32_ARM64_CE in newer kernel sources. That's why I had to change that here.
- Loading branch information