Skip to content

Commit

Permalink
samples: bootloader: Add nrf54l15dk configuration
Browse files Browse the repository at this point in the history
Adds a default configuration file which uses ED25519 with KMU
support

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Nov 29, 2024
1 parent 4f97f05 commit 6b4eebd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions samples/bootloader/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_BL_ROT_VERIFY_EXT_API_ENABLED=n
CONFIG_BL_SHA256_EXT_API_ENABLED=n
CONFIG_BL_SECP256R1_EXT_API_ENABLED=n
CONFIG_BL_VALIDATE_FW_EXT_API_ENABLED=n
CONFIG_EXT_API_PROVIDE_EXT_API_ENABLED=n
CONFIG_NRF_SECURITY=y
CONFIG_SB_CRYPTO_PSA_ED25519=y
CONFIG_SB_CRYPTO_NO_SHA256=y

0 comments on commit 6b4eebd

Please sign in to comment.