Skip to content

Commit 6921e3c

Browse files
joerchankrish2718
authored andcommitted
zephyr: kconfig: Enable AES key type for AES block cipher support
Enable the PSA key type which enables AES block cipher support. Signed-off-by: Joakim Andersson <[email protected]>
1 parent 341cb84 commit 6921e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ config WPA_SUPP_CRYPTO_PSA
3939
bool "PSA Crypto support for WiFi"
4040
select WEP
4141
select NRF_SECURITY
42+
select PSA_WANT_KEY_TYPE_AES
4243
select PSA_WANT_ALG_CMAC
4344
select PSA_WANT_ALG_CBC_PKCS7
4445
select PSA_WANT_ALG_CTR

0 commit comments

Comments
 (0)