Skip to content

Commit

Permalink
[nrf noup] boards: nrf54l15pdk - MCUboot ED25519/X25519 requirements
Browse files Browse the repository at this point in the history
Kconfig defaults required for ED25519 on nrf54l15.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic committed Sep 18, 2024
1 parent 96aa87c commit 7f6704c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions boards/nordic/nrf54l15pdk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ 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

# NRF_SECURITY enforces PSA crypt
config MBEDTLS
bool
default n

endif # MCUBOOT


endif # BOARD_NRF54L15PDK_NRF54L15_CPUAPP

if BOARD_NRF54L15PDK_NRF54L15_CPUAPP_NS
Expand Down

0 comments on commit 7f6704c

Please sign in to comment.