diff --git a/boards/nordic/nrf54l15pdk/Kconfig.defconfig b/boards/nordic/nrf54l15pdk/Kconfig.defconfig index 819ddf25aba..07a27b00c9b 100644 --- a/boards/nordic/nrf54l15pdk/Kconfig.defconfig +++ b/boards/nordic/nrf54l15pdk/Kconfig.defconfig @@ -10,6 +10,24 @@ 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 + bool + default y + select NRF_OBERON + select BOOT_USE_PSA_CRYPTO + +# NRF_SECURITY enforces PSA crypt +config MBEDTLS + bool + default n + +endif # MCUBOOT + + endif # BOARD_NRF54L15PDK_NRF54L15_CPUAPP if BOARD_NRF54L15PDK_NRF54L15_CPUAPP_NS