Skip to content

Commit b7633cc

Browse files
michalek-nonordicjm
authored andcommitted
[nrf noup] boot: zephyr: boards: nrf54lm20pdk
adding default configs. Signed-off-by: Mateusz Michalek <[email protected]> (cherry picked from commit ec52537)
1 parent 083cab6 commit b7633cc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
CONFIG_BOOT_MAX_IMG_SECTORS=256
6+
7+
# Ensure that the SPI NOR driver is disabled by default
8+
CONFIG_SPI_NOR=n
9+
10+
# TODO: below are not yet supported and need fixing
11+
CONFIG_FPROTECT=n
12+
13+
CONFIG_BOOT_WATCHDOG_FEED=n
14+
15+
CONFIG_PSA_CRYPTO_DRIVER_CRACEN=n
16+
CONFIG_PSA_CRYPTO_DRIVER_OBERON=y

0 commit comments

Comments
 (0)