diff options
author | David Bauer <mail@david-bauer.net> | 2021-07-29 22:57:24 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-07-31 11:49:02 +0200 |
commit | f038a169a0341f4212997f02de2b280ea1178f9e (patch) | |
tree | d13f44b1d7212ddef611a12f6f0adbd40eb0bf08 /target/linux/generic/config-5.4 | |
parent | 7c4d79aa1c3595e2be36d1449cf63404f301f748 (diff) | |
download | upstream-f038a169a0341f4212997f02de2b280ea1178f9e.tar.gz upstream-f038a169a0341f4212997f02de2b280ea1178f9e.tar.bz2 upstream-f038a169a0341f4212997f02de2b280ea1178f9e.zip |
generic: add missing Kconfig symbol
Fixes build errors for sunxi as well as rockchip targets.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/generic/config-5.4')
-rw-r--r-- | target/linux/generic/config-5.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 8dd9ed5200..8f51585756 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -991,6 +991,8 @@ CONFIG_CRYPTO_BLKCIPHER2=y # CONFIG_CRYPTO_CRC32C_INTEL is not set # CONFIG_CRYPTO_CRC32_ARM_CE is not set # CONFIG_CRYPTO_CRCT10DIF is not set +# CONFIG_CRYPTO_CRCT10DIF_ARM_CE is not set +# CONFIG_CRYPTO_CRCT10DIF_ARM64_CE is not set # CONFIG_CRYPTO_CRYPTD is not set # CONFIG_CRYPTO_CTR is not set # CONFIG_CRYPTO_CTS is not set |