CONFIG_OPENTHREAD_CRYPTO_PSA
Enable ARM PSA crypto API
Type: bool
Help
Enable crypto backend library implementation based on ARM PSA crypto
API instead of the default, using mbedTLS.
Direct dependencies
BUILD_WITH_TFM
&& NET_L2_OPENTHREAD
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/net/l2/openthread/Kconfig:311
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:81
→ <Zephyr>/subsys/net/l2/Kconfig:82
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2
config OPENTHREAD_CRYPTO_PSA
bool "Enable ARM PSA crypto API"
select OPENTHREAD_PLATFORM_KEY_REFERENCES_ENABLE
depends on BUILD_WITH_TFM && NET_L2_OPENTHREAD && NETWORKING
help
Enable crypto backend library implementation based on ARM PSA crypto
API instead of the default, using mbedTLS.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)