zephyr/samples/subsys/fs/littlefs/boards/bmd_345_eval.conf
NavinSankar Velliangiri e61c9caa7d samples: subsys: fs: littlefs: Enable Nordic QPSI driver
Add overlay and enable Nordic QPSI driver to support bmd_345_eval

Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
2021-02-23 16:31:41 -06:00

12 lines
256 B
Plaintext

#
# Copyright (c) 2021 Linumiz
#
# SPDX-License-Identifier: Apache-2.0
# Need this when storage is on flash
CONFIG_MPU_ALLOW_FLASH_WRITE=y
# Need this when storage is on MX25R64
CONFIG_NORDIC_QSPI_NOR=y
CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096