Browse Source

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>
pull/80953/head
Valerio Setti 9 months ago committed by Mahesh Mahadevan
parent
commit
dbda4642cd
  1. 6
      doc/releases/migration-guide-4.0.rst
  2. 4
      drivers/crypto/Kconfig

6
doc/releases/migration-guide-4.0.rst

@ -199,6 +199,12 @@ Clock control @@ -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
=======

4
drivers/crypto/Kconfig

@ -22,14 +22,14 @@ module-str = CRYPTO @@ -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…
Cancel
Save