Skip to content

Commit

Permalink
[nrf noup] zephyr: Add NRF54L configuration
Browse files Browse the repository at this point in the history
Adds default Kconfig configuration that allows to build MCUboot
for NRF54L.
Currently this configuration turns off WDT and FPROTECT,
which is TODO to fix.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic committed Nov 28, 2023
1 parent d5d451e commit 41e7955
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
# Ensure that the qspi driver is disabled by default
CONFIG_NORDIC_QSPI_NOR=n

# TODO: below are not yet supported and need fixing
CONFIG_NRF_RTC_TIMER=n
CONFIG_FPROTECT=n
CONFIG_BOOT_WATCHDOG_FEED=n
CONFIG_MULTITHREADING=y

0 comments on commit 41e7955

Please sign in to comment.