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:
parent
39015912d0
commit
dbda4642cd
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue