Skip to content

Commit dbda464

Browse files
valeriosettimmahadevan108
authored andcommitted
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 <[email protected]>
1 parent 3901591 commit dbda464

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ Clock control
199199
Controller Area Network (CAN)
200200
=============================
201201

202+
Crypto
203+
======
204+
205+
* Following the deprecation of the TinyCrypt library (:github:`79566`), the
206+
TinyCrypt-based shim driver was marked as deprecated (:github:`79653`).
207+
202208
Display
203209
=======
204210

drivers/crypto/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ module-str = CRYPTO
2222
source "subsys/logging/Kconfig.template.log_config"
2323

2424
config CRYPTO_TINYCRYPT_SHIM
25-
bool "TinyCrypt shim driver [EXPERIMENTAL]"
25+
bool "TinyCrypt shim driver [DEPRECATED]"
2626
select TINYCRYPT
2727
select TINYCRYPT_AES
2828
select TINYCRYPT_AES_CBC
2929
select TINYCRYPT_AES_CTR
3030
select TINYCRYPT_AES_CCM
3131
select TINYCRYPT_AES_CMAC
32-
select EXPERIMENTAL
32+
select DEPRECATED
3333
help
3434
Enable TinyCrypt shim layer compliant with crypto APIs.
3535

0 commit comments

Comments
 (0)