Skip to content

Commit f10b11d

Browse files
committed
boot: zephyr: boards: Add nRF93M1DK configuration
Add configuration for nrf93m1dk/nrf54l15/cpuapp to disable SPI which requires kernel. This is a copy from nrf54l15dk_nrf54l15_cpuapp.conf Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
1 parent 511dc9e commit f10b11d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2026 Nordic Semiconductor ASA
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
# Ensure that the SPI NOR driver is disabled by default
7+
CONFIG_SPI_NOR=n
8+
9+
CONFIG_BOOT_WATCHDOG_FEED=n
10+
11+
# Ensure the fastest RRAM write operations
12+
CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32

0 commit comments

Comments
 (0)