diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-06 20:32:11 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-27 14:03:36 +0100 |
commit | 778afce43e26f104ae5af9b16c057b5417055b00 (patch) | |
tree | e853804354fc535f55312930605b164f492c2180 /target/linux/generic | |
parent | 206012e252d86e68487e0bce3ef1a10bd611bf77 (diff) | |
download | upstream-778afce43e26f104ae5af9b16c057b5417055b00.tar.gz upstream-778afce43e26f104ae5af9b16c057b5417055b00.tar.bz2 upstream-778afce43e26f104ae5af9b16c057b5417055b00.zip |
kernel: Add missing mediatek configuration options
When building the mediatek/mt7629 target in OpenWrt 22.03 the kernel
does not have a configuration option for CONFIG_CRYPTO_DEV_MEDIATEK. Add
this option to the generic kernel configuration and also add two other
configuration options which are removed when we refresh the mt7629
kernel configuration.
Fixes: 2bea35cb55d7 ("mediatek: remove crypto-hw-mtk package")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit dcc0fe24ea216d32300c0f01c8879e586d89cc1e)
(cherry picked from commit bfd070e7fa5ad715fb1a8f8449ab5d7750c59338)
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index d793e062b1..73faf7172e 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -1028,6 +1028,7 @@ CONFIG_CRYPTO_BLKCIPHER2=y # CONFIG_CRYPTO_DEV_HISI_ZIP is not set # CONFIG_CRYPTO_DEV_IMGTEC_HASH is not set # CONFIG_CRYPTO_DEV_MARVELL_CESA is not set +# CONFIG_CRYPTO_DEV_MEDIATEK is not set # CONFIG_CRYPTO_DEV_MV_CESA is not set # CONFIG_CRYPTO_DEV_MXC_SCC is not set # CONFIG_CRYPTO_DEV_MXS_DCP is not set |