zephyr/subsys/secure_storage
Jordan Yates 5ad76de07f secure_storage: swap select to depends on
Mixing `select` and `depends on` is a common source of Kconfig
dependency loops and should be avoided. Both `ZMS` and `SETTINGS` are
more commonly used with `depends on` rather than `select`.

The usage here also contradicts the Zephyr best practices guide for
`select`:
 * Avoid selecting symbols with prompts or dependencies.
   Prefer depends on.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-02-27 09:07:56 +00:00
..
include
src secure storage: Add missing include for mbedtls_platform_zeroize 2025-01-27 21:04:20 +01:00
CMakeLists.txt
Kconfig secure_storage: remove incorrect imply symbols 2025-02-27 09:07:56 +00:00
Kconfig.its_store secure_storage: swap select to depends on 2025-02-27 09:07:56 +00:00
Kconfig.its_transform