drivers: crypto: deprecated TinyCrypt shim driver

As part of the deprecation process of TinyCrypt started in #79566,
this commit set the TinyCrypt based crypto shim driver as
deprecated.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2024-10-10 11:13:34 +02:00 committed by Mahesh Mahadevan
parent 39015912d0
commit dbda4642cd
2 changed files with 8 additions and 2 deletions

View File

@ -199,6 +199,12 @@ Clock control
Controller Area Network (CAN)
=============================
Crypto
======
* Following the deprecation of the TinyCrypt library (:github:`79566`), the
TinyCrypt-based shim driver was marked as deprecated (:github:`79653`).
Display
=======

View File

@ -22,14 +22,14 @@ module-str = CRYPTO
source "subsys/logging/Kconfig.template.log_config"
config CRYPTO_TINYCRYPT_SHIM
bool "TinyCrypt shim driver [EXPERIMENTAL]"
bool "TinyCrypt shim driver [DEPRECATED]"
select TINYCRYPT
select TINYCRYPT_AES
select TINYCRYPT_AES_CBC
select TINYCRYPT_AES_CTR
select TINYCRYPT_AES_CCM
select TINYCRYPT_AES_CMAC
select EXPERIMENTAL
select DEPRECATED
help
Enable TinyCrypt shim layer compliant with crypto APIs.