Commit d045415
boot: zephyr: auto-enable TEST_RANDOM_GENERATOR
When enabling `PSA_CRYPTO` and there is no entropy driver in the system.
This is needed because in that scenario `MBEDTLS_PSA_CRYPTO_LEGACY_RNG`
gets picked by the build system and it would previously automatically
`select TEST_RANDOM_GENERATOR` but this bit has been removed so it
now needs to be explicitly enabled.
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>1 parent 2d42e8e commit d045415
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| 295 | + | |
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
| |||
0 commit comments