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_FPROTECT=y 11 12CONFIG_BOOT_WATCHDOG_FEED=n 13 14# Ensure the fastest RRAM write operations 15CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=32 16