diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-08 07:58:32 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-08 07:58:32 -0700 |
| commit | 2d3090a8aeb596a26935db0955d46c9a5db5c6ce (patch) | |
| tree | 9078898a6b97748012e8990cc4450390d032848c /arch | |
| parent | e92a7628772ba49f3cdc1d141cd2b0b5d607bda2 (diff) | |
| parent | ecf3edd349dfabee9bc8a46c5ff91c9ebd858d48 (diff) | |
Pull crypto fix from Herbert Xu:
- Fix random config build failure on s390.
* tag 'v7.1-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: s390 - add select CRYPTO_AEAD for aes
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/s390/crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/crypto/Kconfig b/arch/s390/crypto/Kconfig index 00051d27db95..228570a1b233 100644 --- a/arch/s390/crypto/Kconfig +++ b/arch/s390/crypto/Kconfig @@ -4,6 +4,7 @@ menu "Accelerated Cryptographic Algorithms for CPU (s390)" config CRYPTO_AES_S390 tristate "Ciphers: AES, modes: ECB, CBC, CTR, XTS, GCM" + select CRYPTO_AEAD select CRYPTO_SKCIPHER help AEAD cipher: AES with GCM |
