From f6e9137e42274a3f409a1112193694ef2b5ba8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag=20Erik=20Gj=C3=B8rvad?= Date: Mon, 8 Dec 2025 16:04:00 +0100 Subject: [PATCH] [nrf noup] tests: crypto: Add overlay for new board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add ENTROPY_GENERATOR=y in overlay This fixes an error where a trng source is not included in ncs. Addition of this for other L series devices is also a noup. Signed-off-by: Dag Erik Gjørvad --- .../mbedtls_psa/boards/nrf54ls05dk_nrf54ls05b_cpuapp.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/crypto/mbedtls_psa/boards/nrf54ls05dk_nrf54ls05b_cpuapp.conf diff --git a/tests/crypto/mbedtls_psa/boards/nrf54ls05dk_nrf54ls05b_cpuapp.conf b/tests/crypto/mbedtls_psa/boards/nrf54ls05dk_nrf54ls05b_cpuapp.conf new file mode 100644 index 000000000000..70c601183ddf --- /dev/null +++ b/tests/crypto/mbedtls_psa/boards/nrf54ls05dk_nrf54ls05b_cpuapp.conf @@ -0,0 +1,6 @@ +# +# Copyright (c) 2024 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# +CONFIG_ENTROPY_GENERATOR=y