diff options
| author | Christian Svensson <blue@cmd.nu> | 2023-07-08 00:23:28 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-07-08 16:54:01 +0200 |
| commit | c170fc78ba6e4477cc06b2b77e11747da862dcf0 (patch) | |
| tree | 7d268d0cda85317730c9ca1111ef3f7b038191dc /target/linux/malta | |
| parent | 0b80c5725fd70bfd23701cd49fa9f252f6835506 (diff) | |
| download | upstream-c170fc78ba6e4477cc06b2b77e11747da862dcf0.tar.gz upstream-c170fc78ba6e4477cc06b2b77e11747da862dcf0.tar.bz2 upstream-c170fc78ba6e4477cc06b2b77e11747da862dcf0.zip | |
kernel: remove CRYPTO_BLAKE2S from all >=5.15
This option was removed from upstream kernel back in 2022.
See commits:
2d16803c562ecc644803d42ba98a8e0aef9c014e (>=6.0)
3dd33a09f5dc12ccb0902923c4c784eb0f8c7554 (>=5.15.61 backport)
Signed-off-by: Christian Svensson <blue@cmd.nu>
Diffstat (limited to 'target/linux/malta')
| -rw-r--r-- | target/linux/malta/config-5.15 | 1 | ||||
| -rw-r--r-- | target/linux/malta/config-6.1 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/malta/config-5.15 b/target/linux/malta/config-5.15 index f1ef5e8dfb0..bbedaf56336 100644 --- a/target/linux/malta/config-5.15 +++ b/target/linux/malta/config-5.15 @@ -57,7 +57,6 @@ CONFIG_CPU_RMAP=y CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y CONFIG_CPU_SUPPORTS_HIGHMEM=y CONFIG_CRC16=y -CONFIG_CRYPTO_BLAKE2S=y CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y diff --git a/target/linux/malta/config-6.1 b/target/linux/malta/config-6.1 index 8ab648069d2..9ce439ee384 100644 --- a/target/linux/malta/config-6.1 +++ b/target/linux/malta/config-6.1 @@ -58,7 +58,6 @@ CONFIG_CPU_RMAP=y CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y CONFIG_CPU_SUPPORTS_HIGHMEM=y CONFIG_CRC16=y -CONFIG_CRYPTO_BLAKE2S=y CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y |
