secure_storage: enable CONFIG_ENTROPY_GENERATOR in samples/tests

Explicitly enable CONFIG_ENTROPY_GENERATOR instead of relying on the
build system's defaults.

This:
- Makes sure the filtering works properly between entropy_driver and
entropy_not_secure test scenarios for the samples.
- Helps with TF-M builds in certain scenarios where key generation (via
`psa_generate_key()`) would fail due to the RNG functionality being
disabled.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
Tomi Fontanilles 2025-02-14 15:25:22 +02:00 committed by Benjamin Cabé
commit 25ad578694
7 changed files with 8 additions and 8 deletions

View file

@ -1 +1,3 @@
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
CONFIG_ENTROPY_GENERATOR=y