From 7ab076d9290901254538bcd1809a01a2a1ad8909 Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Tue, 17 Sep 2024 16:42:39 +0000 Subject: [PATCH] [nrf noup] boards: nrf54l15pdk - MCUboot ED25519/X25519 requirements Kconfig defaults required for ED25519 on nrf54l15. Signed-off-by: Dominik Ermel --- boards/nordic/nrf54l15pdk/Kconfig.defconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/boards/nordic/nrf54l15pdk/Kconfig.defconfig b/boards/nordic/nrf54l15pdk/Kconfig.defconfig index 819ddf25aba..5f85e987b0c 100644 --- a/boards/nordic/nrf54l15pdk/Kconfig.defconfig +++ b/boards/nordic/nrf54l15pdk/Kconfig.defconfig @@ -10,6 +10,21 @@ config ROM_START_OFFSET default 0 if PARTITION_MANAGER_ENABLED default 0x800 if BOOTLOADER_MCUBOOT +# What MCUboot requires is here +if MCUBOOT + +# Within sdk-nrf NRF security is default +config NRF_SECURITY + default y + select NRF_OBERON + +# NRF_SECURITY enforces PSA crypt +config MBEDTLS + default n + +endif # MCUBOOT + + endif # BOARD_NRF54L15PDK_NRF54L15_CPUAPP if BOARD_NRF54L15PDK_NRF54L15_CPUAPP_NS