We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ee7ad commit ce377b6Copy full SHA for ce377b6
boot/zephyr/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.conf
@@ -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