1#
2# Copyright (c) 2021 Nordic Semiconductor ASA
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7# Need this when storage is on flash
8CONFIG_MPU_ALLOW_FLASH_WRITE=y
9
10# Need this when storage is on MX25R64
11CONFIG_NORDIC_QSPI_NOR=y
12CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
13