Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf noup] ED25519 Defaults for nrf54l15pdk #2028

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions boards/nordic/nrf54l15pdk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading