Skip to content
Commit 5ad76de0 authored by Jordan Yates's avatar Jordan Yates Committed by Fabio Baltieri
Browse files

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: default avatarJordan Yates <jordan@embeint.com>
parent 8f363073
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment