1# Copyright (c) 2024 Nordic Semiconductor ASA
2#
3# SPDX-License-Identifier: Apache-2.0
4#
5CONFIG_BOOT_MAX_IMG_SECTORS=256
6
7# Ensure that the SPI NOR driver is disabled by default
8CONFIG_SPI_NOR=n
9
10CONFIG_BOOT_WATCHDOG_FEED=n
11
12# Ensure the fastest RRAM write operations
13CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32
14